diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-18 13:17:34 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-18 13:17:34 +0200 |
commit | 64510dd731e0d0692a8771be35514394bc4ead09 (patch) | |
tree | 91bca47f528d326a6e4400ee9b61f56684282ea3 /index.php | |
parent | 26eb3796ca49c0c9ad2546615e751218c70c4e50 (diff) |
Use jquery 2.x.y instead of 1.x.y.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>'; } |