]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Disable phrase connectors replacement in symbols filtering 1571/head
authordehnli <dehnli@gmail.com>
Fri, 31 Mar 2017 08:02:13 +0000 (12:02 +0400)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 08:02:13 +0000 (12:02 +0400)
interface/js/app/symbols.js

index 725e221299e110102787f5ec029df29a8398550a..b1745abf0c04f7b3f29c0961a0f04a2ec6426aab 100644 (file)
@@ -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
+});