mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Delete button shows up when you enter correct password
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
var adminTogg = false;
|
||||
var pass_corr = "";
|
||||
|
||||
function admin()
|
||||
{
|
||||
@@ -30,7 +31,7 @@ function submitAdmin(form)
|
||||
}
|
||||
}).responseText;
|
||||
|
||||
pass = confRes;
|
||||
console.log(pass);
|
||||
|
||||
pass_corr = confRes;
|
||||
console.log(pass_corr);
|
||||
updateList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user