diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 14:03:29 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 14:03:29 +0300 |
commit | df63719060cc2fcf62da52b46c86a6397205a976 (patch) | |
tree | b3a50234dc65472640a5a3472356692eb4fddcb9 /interface/js | |
parent | ae91f7edb4a528d4a2ac53194b941b69ebfd0e2b (diff) | |
download | rspamd-df63719060cc2fcf62da52b46c86a6397205a976.tar.gz rspamd-df63719060cc2fcf62da52b46c86a6397205a976.zip |
[Minor] Remove unused empty function
Diffstat (limited to 'interface/js')
-rw-r--r-- | interface/js/app/history.js | 1 | ||||
-rw-r--r-- | interface/js/app/rspamd.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js index b1097528c..def170334 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -780,6 +780,5 @@ define(["jquery", "footable", "humanize"], }); }; - ui.setup = function () {}; return ui; }); diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index 03a02c42b..97fd4ebb7 100644 --- a/interface/js/app/rspamd.js +++ b/interface/js/app/rspamd.js @@ -234,7 +234,6 @@ function ($, d3pie, visibility, tab_stat, tab_graph, tab_config, }); tab_config.setup(ui); tab_symbols.setup(ui, tables); - tab_history.setup(ui, tables); tab_upload.setup(ui); selData = tab_graph.setup(); }; |