From d8eb29e57c8d3123456b23e39ac988d10af350ce Mon Sep 17 00:00:00 2001 From: Dylan Wagstaff Date: Fri, 27 Apr 2018 09:12:59 +1200 Subject: [PATCH] [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. --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 1fdaf14..48ae2e7 100644 --- a/templates/Page.ss +++ b/templates/Page.ss @@ -37,7 +37,7 @@ Change it, enhance it and most importantly enjoy it! <% 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') %>