aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-11-20 14:25:09 +0300
committermoisseev <moiseev@mezonplus.ru>2023-11-20 14:25:09 +0300
commit4d10f4efe643a84da936f29d48cc28ad70803ab0 (patch)
treeca742f096e392de3eaab9fa6f340ad70dd5aab14 /interface/js/app
parentb8cd1edebce5a60d3c67b31b15cc930d4d64dc57 (diff)
downloadrspamd-4d10f4efe643a84da936f29d48cc28ad70803ab0.tar.gz
rspamd-4d10f4efe643a84da936f29d48cc28ad70803ab0.zip
[Minor] Disallow padding within blocks
Diffstat (limited to 'interface/js/app')
-rw-r--r--interface/js/app/rspamd.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js
index 61ce4c56a..26bd6c40d 100644
--- a/interface/js/app/rspamd.js
+++ b/interface/js/app/rspamd.js
@@ -276,7 +276,6 @@ function ($, NProgress) {
if (changeTablePageSize &&
$("#historyTable_" + table + " tbody").is(":parent")) { // Table is not empty
-
clearTimeout(pageSizeTimerId);
const t = FooTable.get("#historyTable_" + table);
if (t) {