diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-11-20 14:25:09 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-11-20 14:25:09 +0300 |
commit | 4d10f4efe643a84da936f29d48cc28ad70803ab0 (patch) | |
tree | ca742f096e392de3eaab9fa6f340ad70dd5aab14 /interface/js/app | |
parent | b8cd1edebce5a60d3c67b31b15cc930d4d64dc57 (diff) | |
download | rspamd-4d10f4efe643a84da936f29d48cc28ad70803ab0.tar.gz rspamd-4d10f4efe643a84da936f29d48cc28ad70803ab0.zip |
[Minor] Disallow padding within blocks
Diffstat (limited to 'interface/js/app')
-rw-r--r-- | interface/js/app/rspamd.js | 1 |
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) { |