From 4d43874f65a6afb81a9bf5671af41fc5200465ca Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Wed, 11 Jul 2018 11:49:55 +0300 Subject: [PATCH] [WebUI] Remove unused block --- .eslintrc.json | 2 -- interface/js/app/history.js | 4 ---- 2 files changed, 6 deletions(-) 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) { -- 2.39.5