aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app/history.js
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2021-06-17 19:19:13 +0300
committermoisseev <moiseev@mezonplus.ru>2021-06-17 19:19:13 +0300
commit4fc0603777c50df3783220316ba0e954baffb061 (patch)
treed4d64e754da6a74400c691c0ca4a59c457822dc8 /interface/js/app/history.js
parent75765b55213e824f21e18537e09af01e78c86ec6 (diff)
downloadrspamd-4fc0603777c50df3783220316ba0e954baffb061.tar.gz
rspamd-4fc0603777c50df3783220316ba0e954baffb061.zip
[Minor] Rework symbol description tooltips
Diffstat (limited to 'interface/js/app/history.js')
-rw-r--r--interface/js/app/history.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index 8feb527e1..3ab8d1d31 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -352,12 +352,6 @@ define(["jquery", "footable"],
if (Object.prototype.hasOwnProperty.call(tables, "history") &&
version === prevVersion) {
tables.history.rows.load(items);
- if (version) { // Non-legacy
- // Is there a way to get an event when all rows are loaded?
- rspamd.waitForRowsDisplayed("history", items.length, function () {
- rspamd.drawTooltips();
- });
- }
} else {
rspamd.destroyTable("history");
// Is there a way to get an event when the table is destroyed?