diff options
-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 |