]> source.dussan.org Git - redmine.git/commitdiff
Missing break (#18734).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 7 Jan 2015 22:45:11 +0000 (22:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 7 Jan 2015 22:45:11 +0000 (22:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13850 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/application.js

index 7a8317adb0f7fddb52d7cac16de0e7553ba1ba89..10e142f3d8aacfd0c5f197f03ed74f28b09236c5 100644 (file)
@@ -214,6 +214,7 @@ function buildFilterRow(field, operator, values) {
       if (values[0] == filterValue[1]) { option.attr('selected', true); }
       select.append(option);
     }
+    break;
   case "integer":
   case "float":
     tr.find('td.values').append(