summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-12-19 23:01:01 +0100
committerGuillaume Mazoyer <respawneral@gmail.com>2014-12-19 23:01:01 +0100
commita4a294c6da09b4b4ccb2b27314a3d345527e812b (patch)
treed2f12576f3e2a600fbfd9d8fa77b80004e4bc46e /index.php
parentaf39db4bc0c638380ccac651836777c5775d66e4 (diff)
Update jquery to 2.1.3.
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 679f6f1..e7c045b 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.1.min.js"></script>');
+ print('<script src="js/jquery-2.1.3.min.js"></script>');
print('<script src="libs/bootstrap-3.3.1/js/bootstrap.min.js"></script>');
print('<script src="js/looking-glass.js"></script>');
print('</html>');