mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying fix for ajax request
This commit is contained in:
@@ -246,6 +246,9 @@ var Channel = {
|
||||
//console.log(Crypt.get_userpass(chan.toLowerCase()));
|
||||
} else {
|
||||
var c = Crypt.get_userpass(chan.toLowerCase());
|
||||
if(c == "" || c == undefined) {
|
||||
c = "";
|
||||
}
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user