Skip to content

Commit

Permalink
Add missing jQuery local fallback.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
XhmikosR committed Sep 6, 2015
1 parent 55258e9 commit 85ab831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/album/index.html
Expand Up @@ -116,6 +116,7 @@ <h1 class="jumbotron-heading">Album example</h1>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../assets/js/vendor/holder.min.js"></script>
<script>
$(function () {
Expand Down
1 change: 1 addition & 0 deletions docs/examples/navbar-top-fixed/index.html
Expand Up @@ -46,6 +46,7 @@ <h1>Navbar example</h1>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
Expand Down
1 change: 1 addition & 0 deletions docs/examples/navbar-top/index.html
Expand Up @@ -44,6 +44,7 @@ <h1>Navbar example</h1>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
Expand Down

0 comments on commit 85ab831

Please sign in to comment.