]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix path to bootstrap javascript
authorShawn Price <shawnp@gmail.com>
Sat, 27 Jul 2013 21:28:13 +0000 (14:28 -0700)
committerShawn Price <shawnp@gmail.com>
Sat, 27 Jul 2013 21:28:13 +0000 (14:28 -0700)
carousel/index.html

index 9111e3bf16f922a3a19e607721cc63bf5c54c275..042473ad8325f09c73e008cbc8e077a7d4171053 100644 (file)
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="../assets/js/jquery.js"></script>
-    <script src="../dist/js/bootstrap.js"></script>
+    <script src="../bootstrap/js/bootstrap.min.js"></script>
     <script src="../assets/js/holder.js"></script>
   </body>
 </html>