mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
updateBadge: bring back coleascing [was removed temporarily]
This commit is contained in:
parent
2a105b3b59
commit
84aad79ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ return asyncJobManager;
|
|||
return;
|
||||
}
|
||||
tabIdToUpdate = tabId;
|
||||
setTimeout(updateBadge, 0);
|
||||
µb.asyncJobs.add('updateBadge-' + tabId, tabId, updateBadge, 250);
|
||||
};
|
||||
|
||||
return updateBadgeAsync;
|
||||
|
|
|
|||
Loading…
Reference in a new issue