1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Move all javascript to end of body

This commit is contained in:
David Tolnay
2015-08-13 23:00:54 -07:00
parent 7f87785002
commit bd46a5dd52
4 changed files with 36 additions and 34 deletions

View File

@@ -3,3 +3,7 @@
{{ footer | markdownify }}
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="{{root}}/bootstrap/js/bootstrap.min.js"></script>
<script src="{{root}}/js/bootstrap3-typeahead.js"></script>

View File

@@ -9,7 +9,4 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="{{root}}/bootstrap/js/bootstrap.js"></script>
<script src="{{root}}/js/bootstrap3-typeahead.js"></script>
</head>