From 294917ed4dac2bef3115148252bea4f16e47ed65 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 4 Dec 2017 19:51:52 +0300 Subject: [PATCH] fixup 1951bc89: update the note twice --- manage/filters.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manage/filters.js b/manage/filters.js index 20fa7a47..71b7c101 100644 --- a/manage/filters.js +++ b/manage/filters.js @@ -260,6 +260,9 @@ function reapplyFilter(container = installed) { }; } } + if (fullPass) { + showFiltersStats(); + } } function findInsertionPoint(entry) { @@ -297,7 +300,7 @@ function reapplyFilter(container = installed) { function showFiltersStats() { if (!BG.cachedStyles.list) { - debounce(showFiltersStats); + debounce(showFiltersStats, 100); return; } $('#filters').classList.toggle('active', filtersSelector.hide !== '');