We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e8e1e commit bcfa1daCopy full SHA for bcfa1da
grid-stack-ex/plugin.php
@@ -109,8 +109,6 @@
109
$app['scripts']->add('marked', 'plugins/widgets/grid-stack-ex/assets/marked.min.js', array($uikit));
110
//Mailchimp for subscription:
111
$app['scripts']->add('mailchimp', 'plugins/widgets/grid-stack-ex/assets/jquery.formchimp.min.js', array($uikit));
112
- //jQuery form validator http://www.formvalidator.net/:
113
- $app['scripts']->add('jquery-form-validator', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.20/jquery.form-validator.min.js', array($uikit));
114
//Underscore.js
115
$app['scripts']->add('underscore', 'plugins/widgets/grid-stack-ex/assets/underscore-min.js', array($uikit));
116
//Semantic version compare
0 commit comments