]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add jQuery + Bootstrap JS to starter template
authorRoss Allen <reallen@gmail.com>
Mon, 29 Jul 2013 18:24:40 +0000 (11:24 -0700)
committerRoss Allen <reallen@gmail.com>
Mon, 29 Jul 2013 18:24:40 +0000 (11:24 -0700)
The starter template uses the Collapse component[1], which requires
Bootstrap's JavaScript.

Fixes #15

[1] http://twitter.github.io/bootstrap/javascript/#collapse

starter-template/index.html

index 1cd335241a63a67d414e24d37fabefbbe252c245..08a277208473845f78815d6bc1d8fa4019c4c7b4 100644 (file)
@@ -44,5 +44,7 @@
 
     </div><!-- /.container -->
 
+    <script src="../assets/js/jquery.js"></script>
+    <script src="../bootstrap/js/bootstrap.min.js"></script>
   </body>
 </html>
\ No newline at end of file