diff options
Diffstat (limited to 'templates/web/base/common_scripts.html')
-rw-r--r-- | templates/web/base/common_scripts.html | 2 |
1 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'), ); |