Skip to content

Commit f908459

Browse files
committed
Fix
1 parent b6ab900 commit f908459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function handleUserReasonChange(){
119119
chrome.storage.local.set({"userReason": value});
120120
}
121121
function handleRefresh(){
122+
window.onbeforeunload = null;
122123
window.close();
123124
chrome.tabs.executeScript({
124125
code: "document.location.reload()"

0 commit comments

Comments
 (0)