diff options
Diffstat (limited to 'interface/js/app/history.js')
-rw-r--r-- | interface/js/app/history.js | 4 |
1 files changed, 0 insertions, 4 deletions
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) { |