Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaTheLEGEND authored Sep 22, 2023
1 parent 38b6a80 commit 2faef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var protocol = window.location.protocol;
var askBeforeUnload=localStorage.getItem("askOnCloseLS");
window.onload = function() {
if (askBeforeUnload) {
showToast('Protecting you from teachers closing your tab :)' + localStorage.getItem("askOnCloseLS"), '#', 'hotpink', 4500);
showToast('Protecting you from teachers closing your tab :) ' + localStorage.getItem("askOnCloseLS"), '#', 'hotpink', 4500);
}
}

Expand Down

0 comments on commit 2faef02

Please sign in to comment.