mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ if (
|
|||
)
|
||||
)
|
||||
) {
|
||||
browser.browserAction.setPopup({ popup: vAPI.getURL('popup.html') });
|
||||
browser.browserAction.setPopup({ popup: 'popup.html' });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue