Skip to content

Commit

Permalink
Fixes bootstrap js ref to 4.3.1 for API v1.15
Browse files Browse the repository at this point in the history
A fix for the v1.15 API version was missed in the #14775 PR
because the dev-1.15 branch was forked from the master branch
before the fix and has been merged back to the master after it.
  • Loading branch information
ahlinc committed Sep 9, 2019
1 parent 7382e35 commit ce039e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55697,7 +55697,7 @@ <H1 id="webhookclientconfig-v1alpha1-auditregistration-k8s-io">WebhookClientConf
</DIV>
<SCRIPT src="/js/jquery-3.2.1.min.js"></SCRIPT>
<SCRIPT src="jquery.scrollTo.min.js"></SCRIPT>
<SCRIPT src="/js/bootstrap-3.3.7.min.js"></SCRIPT>
<SCRIPT src="/js/bootstrap-4.3.1.min.js"></SCRIPT>
<SCRIPT src="navData.js"></SCRIPT>
<SCRIPT src="scroll.js"></SCRIPT>
</BODY>
Expand Down

0 comments on commit ce039e7

Please sign in to comment.