diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-11-17 17:06:49 +0000 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2017-11-20 09:24:38 +0000 |
commit | 652d9a21109e7c54891496f23572b87759362106 (patch) | |
tree | 4782dd7ba83a946870fad0d54ae835108c53a177 | |
parent | fe97e1fe4a7b4bff9b352a2a78a0febeb4fa072d (diff) |
Move jquery.multi-select.js into vendor directory
The multi-select plugin is a separate project, and should be treated as
a vendor file.
-rw-r--r-- | templates/web/base/common_scripts.html | 2 | ||||
-rw-r--r-- | web/vendor/jquery.multi-select.js (renamed from web/js/jquery.multi-select.js) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/common_scripts.html b/templates/web/base/common_scripts.html index c6225e8fa..5bd9f9c76 100644 --- a/templates/web/base/common_scripts.html +++ b/templates/web/base/common_scripts.html @@ -27,7 +27,7 @@ ELSE; scripts.push( version('/js/validation_rules.js'), version('/jslib/jquery-1.7.2.min.js'), - version('/js/jquery.multi-select.js'), + version('/vendor/jquery.multi-select.js'), version('/vendor/jquery.validate.min.js'), version('/cobrands/fixmystreet/fixmystreet.js'), ); diff --git a/web/js/jquery.multi-select.js b/web/vendor/jquery.multi-select.js index 976cd29ad..976cd29ad 100644 --- a/web/js/jquery.multi-select.js +++ b/web/vendor/jquery.multi-select.js |