From: dehnli Date: Fri, 31 Mar 2017 08:02:13 +0000 (+0400) Subject: [WebUI] Disable phrase connectors replacement in symbols filtering X-Git-Tag: 1.5.5~72^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1571%2Fhead;p=thirdparty%2Frspamd.git [WebUI] Disable phrase connectors replacement in symbols filtering --- diff --git a/interface/js/app/symbols.js b/interface/js/app/symbols.js index 725e221299..b1745abf0c 100644 --- a/interface/js/app/symbols.js +++ b/interface/js/app/symbols.js @@ -231,7 +231,8 @@ function($) { }, "filtering": { "enabled": true, - "position": "left" + "position": "left", + "connectors": false }, "sorting": { "enabled": true @@ -278,4 +279,4 @@ function($) { }; return interface; -}); \ No newline at end of file +});