Skip to content

Commit

Permalink
[SS-2018-015] Update jQuery version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dylan Wagstaff committed Apr 26, 2018
1 parent 4d546a4 commit d8eb29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Page.ss
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d8eb29e

Please sign in to comment.