diff options
Diffstat (limited to 'interface/js/app/rspamd.js')
-rw-r--r-- | interface/js/app/rspamd.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index 67b60d973..763579ca6 100644 --- a/interface/js/app/rspamd.js +++ b/interface/js/app/rspamd.js @@ -824,19 +824,6 @@ function ($, visibility, NProgress, stickyTabs, tab_stat, tab_graph, tab_config, self.removeFilter("action"); } self.filter(); - }, - draw: function () { - this._super(); - var action = this.find("action"); - if (action instanceof FooTable.Filter) { - if (action.query.val() === "reject -soft") { - this.$action.val("reject"); - } else { - this.$action.val(action.query.val()); - } - } else { - this.$action.val(this.def); - } } }); /* eslint-enable consistent-this, no-underscore-dangle, one-var-declaration-per-line */ |