Skip to content

Commit

Permalink
Update password.js
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Feb 1, 2024
1 parent 9a00082 commit 27c1a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function setCookie(cname,cvalue,exdays) {
let expires = "expires=" + d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
while(actdata=={}){}
while(actdata==""){}
setTimeout(function(){

if(tablocation.includes(".html")){
Expand Down

0 comments on commit 27c1a5a

Please sign in to comment.