1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
This commit is contained in:
AlexVallat 2015-03-30 09:00:35 +01:00
parent d23b4e5a4f
commit 7f95821671

View File

@ -342,7 +342,8 @@ var tabWatcher = {
return;
}
if ( browser.webNavigation.busyFlags === 0 /*BUSY_FLAGS_NONE*/ ) {
if ( browser.webNavigation.busyFlags === 0 || /*BUSY_FLAGS_NONE*/
browser.webNavigation.busyFlags === undefined) {
vAPI.tabs.onNavigation({
frameId: 0,
tabId: tabId,