diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index bd4ce9c45..7272b8eac 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -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,