diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-05-19 15:50:49 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2015-05-19 15:50:49 +0200 |
commit | 2685f3780cf953277b155ab3040e33180b2a75e6 (patch) | |
tree | 7035d990141302754dbf9d89e61cf61462f72d28 /index.php | |
parent | 0a236178548ec242befbe9cc0cd0be0dbb6b054a (diff) |
Update JQuery to 2.1.4.
Also move JQuery to the 'libs' directory.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>'); |