Skip to content

Commit 46af3c6

Browse files
[background.js] Fix popup URL
1 parent 4569964 commit 46af3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/pages/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function wasArchived(response) {
172172
}
173173

174174
function setPopup() {
175-
browser.browserAction.setPopup({popup: 'html/popup.html'});
175+
browser.browserAction.setPopup({popup: browser.runtime.getURL('html/popup.html')});
176176
}
177177

178178
// Load settings on start.

0 commit comments

Comments
 (0)