1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02: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:
Raymond Hill 2020-05-31 07:08:24 -04:00
parent 0fb669d0d4
commit 46197a11c5
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -379,7 +379,7 @@ if (
)
)
) {
browser.browserAction.setPopup({ popup: vAPI.getURL('popup.html') });
browser.browserAction.setPopup({ popup: 'popup.html' });
}
}