mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed log
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -160,8 +160,6 @@ var Admin = {
|
|||||||
document.getElementsByName(names[i])[0].checked = (conf_array[names[i]] === true);
|
document.getElementsByName(names[i])[0].checked = (conf_array[names[i]] === true);
|
||||||
$("input[name="+names[i]+"]").attr("disabled", hasadmin);
|
$("input[name="+names[i]+"]").attr("disabled", hasadmin);
|
||||||
}
|
}
|
||||||
//console.log(hasadmin);
|
|
||||||
console.log(Crypt.get_pass(chan.toLowerCase()));
|
|
||||||
|
|
||||||
if((hasadmin)){
|
if((hasadmin)){
|
||||||
Admin.display_logged_out();
|
Admin.display_logged_out();
|
||||||
|
|||||||
Reference in New Issue
Block a user