From 737002921e9aed701afb49fda8777e8c9286bf09 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 30 Mar 2015 00:46:33 +0200 Subject: s/filter/search/ no matter what we agree on in #542, this needs to be done anyway. --- web/src/js/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src/js/actions.js') diff --git a/web/src/js/actions.js b/web/src/js/actions.js index 87c99dd2..32c3c7c0 100644 --- a/web/src/js/actions.js +++ b/web/src/js/actions.js @@ -121,7 +121,7 @@ var FlowActions = { }; var Query = { - FILTER: "f", + SEARCH: "s", HIGHLIGHT: "h", SHOW_EVENTLOG: "e" }; -- cgit v1.2.3