mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Possibly fix popup document not being found
This is a blind fix attempt, related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1085
This commit is contained in:
parent
0fb669d0d4
commit
46197a11c5
@ -379,7 +379,7 @@ if (
|
||||
)
|
||||
)
|
||||
) {
|
||||
browser.browserAction.setPopup({ popup: vAPI.getURL('popup.html') });
|
||||
browser.browserAction.setPopup({ popup: 'popup.html' });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user