diff options
| author | Guillermo González de Agüero <[email protected]> | 2013-08-02 11:53:25 +0200 |
|---|---|---|
| committer | Guillermo González de Agüero <[email protected]> | 2013-08-02 11:53:25 +0200 |
| commit | ee6db981366747c589d10c841b052014fa133950 (patch) | |
| tree | 4aed66cb70be1accd2b2189572953bbca2a2c887 | |
| parent | 031ed98c8b942bdd97071a7f4e70829fcfd8f83e (diff) | |
| download | bootstrap-ee6db981366747c589d10c841b052014fa133950.tar.xz bootstrap-ee6db981366747c589d10c841b052014fa133950.zip | |
Included required JavaScript in navbar-static-top
| -rw-r--r-- | navbar-static-top/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/navbar-static-top/index.html b/navbar-static-top/index.html index 82dcb01f5..c430b5c97 100644 --- a/navbar-static-top/index.html +++ b/navbar-static-top/index.html @@ -67,5 +67,10 @@ </div> <!-- /container --> + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../assets/js/jquery.js"></script> + <script src="../bootstrap/js/bootstrap.min.js"></script> </body> </html> |
