]> source.dussan.org Git - redmine.git/commitdiff
Javascript syntax error (#12195).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 24 Oct 2012 21:01:37 +0000 (21:01 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 24 Oct 2012 21:01:37 +0000 (21:01 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10714 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/application.js

index 0222dcf012c6605116618578a9c40c5e1ce19cb1..790aec8957f46c8e7a98f4543f137b0c09e234dd 100644 (file)
@@ -485,7 +485,7 @@ function updateBulkEditFrom(url) {
 function observeAutocompleteField(fieldId, url) {
   $('#'+fieldId).autocomplete({
     source: url,
-    minLength: 2,
+    minLength: 2
   });
 }