Fix javascript reference in API docs (#10553)

The versions of javascripts used have been updated so the references in
the generated API docs should be updated as well.

Closes: #10385
pull/10565/merge
Qiming 2018-10-16 09:42:02 +08:00 committed by k8s-ci-robot
parent 7a12b9ed1c
commit 45d3960599
1 changed files with 2 additions and 2 deletions

View File

@ -49746,9 +49746,9 @@ $ curl -X GET 'http://127.0.0.1:8001/apis/extensions/v1beta1/watch/namespaces/de
</TABLE>
</DIV>
</DIV>
<SCRIPT src="/js/jquery-2.2.0.min.js"></SCRIPT>
<SCRIPT src="/js/jquery-3.2.1.min.js"></SCRIPT>
<SCRIPT src="jquery.scrollTo.min.js"></SCRIPT>
<SCRIPT src="/js/bootstrap.min.js"></SCRIPT>
<SCRIPT src="/js/bootstrap-3.3.7.min.js"></SCRIPT>
<SCRIPT src="navData.js"></SCRIPT>
<SCRIPT src="scroll.js"></SCRIPT>
</BODY>