Skip to content

Commit

Permalink
Possibly fix popup document not being found
Browse files Browse the repository at this point in the history
This is a blind fix attempt, related issue:
- uBlockOrigin/uBlock-issues#1085
  • Loading branch information
gorhill committed May 31, 2020
1 parent 0fb669d commit 46197a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ if (
)
)
) {
browser.browserAction.setPopup({ popup: vAPI.getURL('popup.html') });
browser.browserAction.setPopup({ popup: 'popup.html' });
}
}

Expand Down

0 comments on commit 46197a1

Please sign in to comment.