From d3228db60dbbb1463448b1f41cf7f9afc91eae50 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Fri, 17 Nov 2023 14:15:55 +1300 Subject: [PATCH] DEP Update jQuery to 3.7.1 --- templates/Page.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Page.ss b/templates/Page.ss index 294d9c6..8fd685a 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-3.3.1.min.js') %> +<% require javascript('//code.jquery.com/jquery-3.7.1.min.js') %> <% require themedJavascript('script') %>