diff options
| author | Ross Allen <[email protected]> | 2013-07-27 20:17:53 -0700 |
|---|---|---|
| committer | Ross Allen <[email protected]> | 2013-07-27 20:17:53 -0700 |
| commit | ce1fdc5ded80c3bfd0f0e7b1cce124f4e86ade6a (patch) | |
| tree | 000ac81b2488f2d9bcfa10259febe723b3329034 | |
| parent | c834b4027c88f3d3fe28597f136968c9fdac848f (diff) | |
| download | bootstrap-ce1fdc5ded80c3bfd0f0e7b1cce124f4e86ade6a.tar.xz bootstrap-ce1fdc5ded80c3bfd0f0e7b1cce124f4e86ade6a.zip | |
Update carousel example JS path
'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.
| -rw-r--r-- | carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/carousel/index.html b/carousel/index.html index 9111e3bf1..042473ad8 100644 --- a/carousel/index.html +++ b/carousel/index.html @@ -175,7 +175,7 @@ ================================================== --> <!-- 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> |
