diff options
| author | Shawn Price <[email protected]> | 2013-07-27 14:28:13 -0700 |
|---|---|---|
| committer | Shawn Price <[email protected]> | 2013-07-27 14:28:13 -0700 |
| commit | dfa71726a983c4fc1455f874bc389a3035e2d6de (patch) | |
| tree | a9025c03e83e47f0ff68c1cc73fedcf7806f003b | |
| parent | 2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff) | |
| download | bootstrap-dfa71726a983c4fc1455f874bc389a3035e2d6de.tar.xz bootstrap-dfa71726a983c4fc1455f874bc389a3035e2d6de.zip | |
Fix path to bootstrap javascript
| -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> |
