Skip to content
Snippets Groups Projects

Setting weight on jquery.form.js so that ajax.$form.ajaxSubmit() is initialized sooner.

+ 2
2
@@ -843,7 +843,7 @@ internal.jquery.form:
url: https://raw.githubusercontent.com/jquery-form/form/master/LICENSE
gpl-compatible: true
js:
misc/jquery.form.js: {}
assets/vendor/jquery-form/jquery.form.min.js: { minified: true, weight: -19 }
dependencies:
- core/jquery
@@ -876,7 +876,7 @@ once:
url: https://git.drupalcode.org/project/once/-/raw/v1.0.1/LICENSE.md
gpl-compatible: true
js:
assets/vendor/once/once.min.js: { weight: -19, minified: true }
assets/vendor/once/once.min.js: { weight: -19 }
sortable:
remote: https://github.com/SortableJS/Sortable
Loading