Skip to content

Commit bcfa1da

Browse files
committed
[fix] DOCMan compatibility issue
1 parent 89e8e1e commit bcfa1da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grid-stack-ex/plugin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
$app['scripts']->add('marked', 'plugins/widgets/grid-stack-ex/assets/marked.min.js', array($uikit));
110110
//Mailchimp for subscription:
111111
$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));
114112
//Underscore.js
115113
$app['scripts']->add('underscore', 'plugins/widgets/grid-stack-ex/assets/underscore-min.js', array($uikit));
116114
//Semantic version compare

0 commit comments

Comments
 (0)