mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix test
This commit is contained in:
parent
7ace3e945d
commit
be794a8de5
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ const popupDataFromTabId = function(tabId, tabTitle) {
|
|||
tabId,
|
||||
tabTitle,
|
||||
tooltipsDisabled: µbus.tooltipsDisabled,
|
||||
hasUnprocessedRequest: vAPI && vAPI.net.hasUnprocessedRequest(tabId),
|
||||
hasUnprocessedRequest: vAPI.net && vAPI.net.hasUnprocessedRequest(tabId),
|
||||
};
|
||||
|
||||
if ( µbhs.uiPopupConfig !== 'unset' ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue