mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
no badge if nothing hidden
This commit is contained in:
parent
581bc66509
commit
7306724174
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ var renderPopup = function() {
|
|||
|
||||
var renderPopupLazy = function() {
|
||||
var onDataReady = function(data) {
|
||||
var v = data.hiddenElementCount;
|
||||
var v = data.hiddenElementCount || '';
|
||||
uDom('#noCosmeticFiltering > span.badge').text(
|
||||
typeof v === 'number' ? v.toLocaleString() : v
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue