]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update carousel example JS path
authorRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:17:53 +0000 (20:17 -0700)
committerRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:17:53 +0000 (20:17 -0700)
'bootstrap.min.js' lives in '../bootstrap/js' now. Switch to the
minified version for a smaller download since this example is focused
on CSS changes, not JavaScript ones.

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>