From 4d43874f65a6afb81a9bf5671af41fc5200465ca Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Wed, 11 Jul 2018 11:49:55 +0300 Subject: [WebUI] Remove unused block --- interface/js/app/history.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'interface/js/app/history.js') 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) { -- cgit v1.2.3