mirror of https://github.com/gorhill/uBlock.git
updateBadge: bring back coleascing [was removed temporarily]
This commit is contained in:
parent
2a105b3b59
commit
84aad79ad7
|
@ -190,7 +190,7 @@ return asyncJobManager;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
tabIdToUpdate = tabId;
|
tabIdToUpdate = tabId;
|
||||||
setTimeout(updateBadge, 0);
|
µb.asyncJobs.add('updateBadge-' + tabId, tabId, updateBadge, 250);
|
||||||
};
|
};
|
||||||
|
|
||||||
return updateBadgeAsync;
|
return updateBadgeAsync;
|
||||||
|
|
Loading…
Reference in New Issue