From: Alexander Moisseev Date: Wed, 11 Jul 2018 08:49:55 +0000 (+0300) Subject: [WebUI] Remove unused block X-Git-Tag: 1.7.8~5^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4d43874f65a6afb81a9bf5671af41fc5200465ca;p=rspamd.git [WebUI] Remove unused block --- diff --git a/.eslintrc.json b/.eslintrc.json index 7e3d6f05d..19f85ea9c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,7 +55,6 @@ "consistent-return": "off", "consistent-this": "off", "default-case": "off", - "eqeqeq": "off", "func-style": "off", "function-paren-newline": "off", "global-require": "off", @@ -71,7 +70,6 @@ "no-else-return": "off", "no-empty": "off", "no-empty-function": "off", - "no-eq-null": "off", "no-inline-comments": "off", "no-loop-func": "off", "no-negated-condition": "off", diff --git a/interface/js/app/history.js b/interface/js/app/history.js index b264df67a..122f8df6e 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -109,10 +109,6 @@ define(["jquery", "footable", "humanize"], }, value: score_content }; - - if (item.user == null) { - item.user = "none"; - } } function process_history_v2(data) {