mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +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()));
|
//console.log(Crypt.get_userpass(chan.toLowerCase()));
|
||||||
} else {
|
} else {
|
||||||
var c = Crypt.get_userpass(chan.toLowerCase());
|
var c = Crypt.get_userpass(chan.toLowerCase());
|
||||||
|
if(c == "" || c == undefined) {
|
||||||
|
c = "";
|
||||||
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
Reference in New Issue
Block a user