diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-11 11:49:55 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-11 11:49:55 +0300 |
commit | 4d43874f65a6afb81a9bf5671af41fc5200465ca (patch) | |
tree | 45a89e9cb2abc3926caef7cfc9330ed347df8913 /interface/js | |
parent | 01ab7eaa51df70adc6cd1e9d9e34d00957c2357a (diff) | |
download | rspamd-4d43874f65a6afb81a9bf5671af41fc5200465ca.tar.gz rspamd-4d43874f65a6afb81a9bf5671af41fc5200465ca.zip |
[WebUI] Remove unused block
Diffstat (limited to 'interface/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) { |