Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaTheLEGEND authored Sep 22, 2023
1 parent 83f6ea9 commit 507df78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var askOnCloseButton = document.getElementById("askOnClosebtn");
//askOnCloseButton.checked = askOnClose;

function askFunction() {
alert("funtion did run");
if(askOnCloseButton.checked) {
//alert("checked");
showToast('Anti-close enabled', '#', 'green', 2000);
Expand Down

0 comments on commit 507df78

Please sign in to comment.