Merge pull request #931 from creative-commoners/pulls/5.5/jquery-update

Update jQuery to 3.4.1
This commit is contained in:
Steve Boyd 2020-01-28 17:27:42 +13:00 committed by GitHub
commit 09b4f9c4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'
);