summaryrefslogtreecommitdiffstats
path: root/app/views/queries
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/queries')
-rw-r--r--app/views/queries/_filters.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/queries/_filters.rhtml b/app/views/queries/_filters.rhtml
index 319349c86..f37a86700 100644
--- a/app/views/queries/_filters.rhtml
+++ b/app/views/queries/_filters.rhtml
@@ -34,6 +34,7 @@ function toggle_operator(field) {
case "!*":
case "*":
case "t":
+ case "w":
case "o":
case "c":
Element.hide("div_values_" + field);