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: https://source.dussan.org/?a=commitdiff_plain;h=c5a467d925c870bded9bb61919319878eb22c6a9;p=rspamd.git [WebUI] Disable phrase connectors replacement in symbols filtering --- diff --git a/interface/js/app/symbols.js b/interface/js/app/symbols.js index 725e22129..b1745abf0 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 +});