Update jQuery to 3.4.1

This commit is contained in:
Garion Herman 2020-01-24 10:06:59 +13:00
parent cc2526aac4
commit 4e0f0e903d

View File

@ -58,7 +58,7 @@ class UserDefinedFormController extends PageController
// load the jquery
if (!$page->config()->get('block_default_userforms_js')) {
Requirements::javascript('//code.jquery.com/jquery-3.3.1.min.js');
Requirements::javascript('//code.jquery.com/jquery-3.4.1.min.js');
Requirements::javascript(
'silverstripe/userforms:client/thirdparty/jquery-validate/jquery.validate.min.js'
);