diff options
Diffstat (limited to 'interface/js/app/history.js')
-rw-r--r-- | interface/js/app/history.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js index b6399894a..e89108185 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -683,7 +683,7 @@ define(["jquery", "footable", "humanize"], ft.errors = undefined; } if (checked_server === "All SERVERS") { - rspamd.queryNeighbours("errors", function (data) { + rspamd.queryNeighbours("errors", function () { interface.getHistory(rspamd, tables, neighbours, checked_server); interface.getErrors(rspamd, tables, neighbours, checked_server); }); @@ -779,7 +779,6 @@ define(["jquery", "footable", "humanize"], }); }; - interface.setup = function (rspamd, tables) { - }; + interface.setup = function () {}; return interface; }); |