Skip to content

Commit 30f7a54

Browse files
author
hkedia321
committed
Remove reload confirmation
1 parent f908459 commit 30f7a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/main.js

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

0 commit comments

Comments
 (0)