Skip to content

Commit

Permalink
Update jQuery to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Garion Herman committed Jan 23, 2020
1 parent cc2526a commit 4e0f0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Control/UserDefinedFormController.php
Expand Up @@ -58,7 +58,7 @@ protected function init()

// 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'
);
Expand Down

0 comments on commit 4e0f0e9

Please sign in to comment.