mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
jquery version update
This commit is contained in:
parent
fa249dd09f
commit
eafe6609e1
@ -52,7 +52,7 @@ class UserDefinedFormController extends PageController
|
|||||||
|
|
||||||
// load the jquery
|
// load the jquery
|
||||||
if (!$page->config()->get('block_default_userforms_js')) {
|
if (!$page->config()->get('block_default_userforms_js')) {
|
||||||
Requirements::javascript('//code.jquery.com/jquery-1.7.2.min.js');
|
Requirements::javascript('//code.jquery.com/jquery-3.3.1.min.js');
|
||||||
Requirements::javascript(
|
Requirements::javascript(
|
||||||
'silverstripe/userforms:client/thirdparty/jquery-validate/jquery.validate.min.js'
|
'silverstripe/userforms:client/thirdparty/jquery-validate/jquery.validate.min.js'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user