diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-10-31 00:32:17 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-10-31 00:32:17 +0100 |
commit | a766052e718bcdddacb0fd68bf176ee4d1da7f21 (patch) | |
tree | 848b60c6da21ff0641442cfd5092c36095fb93ef | |
parent | f2fb4e820cf812483045bf4991d23b13cf90b082 (diff) |
Fix loading of Bootstrap JS.
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ final class LookingGlass { $this->render_help_modal(); print '</body>'; print '<script src="js/jquery-2.1.1.min.js"></script>'; - print '<script src="libs/bootstrap-3.2.0/js/bootstrap.min.js"></script>'; + print '<script src="libs/bootstrap-3.3.0/js/bootstrap.min.js"></script>'; print '<script src="js/looking-glass.js"></script>'; print '</html>'; } |