summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-07-18 13:17:34 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-07-18 13:17:34 +0200
commit64510dd731e0d0692a8771be35514394bc4ead09 (patch)
tree91bca47f528d326a6e4400ee9b61f56684282ea3 /index.php
parent26eb3796ca49c0c9ad2546615e751218c70c4e50 (diff)
Use jquery 2.x.y instead of 1.x.y.
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 61093f9..ba6885f 100644
--- a/index.php
+++ b/index.php
@@ -196,7 +196,7 @@ final class LookingGlass {
$this->render_content();
$this->render_footer();
print '</body>';
- print '<script src="js/jquery-1.11.1.min.js"></script>';
+ print '<script src="js/jquery-2.1.1.min.js"></script>';
print '<script src="js/looking-glass.js"></script>';
print '</html>';
}