1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 23:42:39 +01:00

Oops: Safari bundle ID; quicker badge updates

This commit is contained in:
Chris 2015-04-19 19:13:40 -06:00
parent 413312a47b
commit 4cedd4011a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>net.chrisaljoudi.uBlock</string>
<string>net.gorhill.uBlock</string>
<key>Developer Identifier</key>
<string>96G4BAKDQ9</string>
<key>CFBundleShortVersionString</key>

View File

@ -190,7 +190,7 @@ return asyncJobManager;
if ( vAPI.isBehindTheSceneTabId(tabId) ) {
return;
}
µb.asyncJobs.add('updateBadge-' + tabId, tabId, updateBadge, 250);
µb.asyncJobs.add('updateBadge-' + tabId, tabId, updateBadge, 0);
};
return updateBadgeAsync;