[SS-2018-015] Update jQuery version

The old jQuery version is critically out of date, and there are no
blockers to updating it (utilised sections of the library are fully
backwards compatible). This commit updates to the latest stable release.
This commit is contained in:
Dylan Wagstaff 2018-04-27 09:12:59 +12:00
parent 4d546a4e52
commit d8eb29e57c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Change it, enhance it and most importantly enjoy it!
</div>
<% include Footer %>
<% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %>
<% require javascript('//code.jquery.com/jquery-3.3.1.min.js') %>
<% require themedJavascript('script') %>
</body>