From 4fc0603777c50df3783220316ba0e954baffb061 Mon Sep 17 00:00:00 2001 From: moisseev Date: Thu, 17 Jun 2021 19:19:13 +0300 Subject: [Minor] Rework symbol description tooltips --- interface/js/app/history.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'interface/js/app/history.js') 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? -- cgit v1.2.3