summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2015-05-19 15:50:49 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2015-05-19 15:50:49 +0200
commit2685f3780cf953277b155ab3040e33180b2a75e6 (patch)
tree7035d990141302754dbf9d89e61cf61462f72d28 /index.php
parent0a236178548ec242befbe9cc0cd0be0dbb6b054a (diff)
Update JQuery to 2.1.4.
Also move JQuery to the 'libs' directory.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d3bbec2..8b2711c 100644
--- a/index.php
+++ b/index.php
@@ -237,7 +237,7 @@ final class LookingGlass {
$this->render_footer();
$this->render_help_modal();
print('</body>');
- print('<script src="js/jquery-2.1.3.min.js"></script>');
+ print('<script src="libs/jquery-2.1.4.min.js"></script>');
print('<script src="libs/bootstrap-3.3.4/js/bootstrap.min.js"></script>');
print('<script src="js/looking-glass.js"></script>');
print('</html>');