mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 05:21:01 +00:00
Removing channelpassword from cookies on delete
This commit is contained in:
@@ -283,6 +283,7 @@ var Admin = {
|
||||
|
||||
if(!$(".password_protected").prop("checked") && !$(".change_user_pass").hasClass("hide")) {
|
||||
$(".change_user_pass").addClass("hide");
|
||||
Crypt.remove_userpass(chan.toLowerCase());
|
||||
}
|
||||
|
||||
if(conf_array.thumbnail != undefined && conf_array.thumbnail != ""){
|
||||
|
||||
Reference in New Issue
Block a user