case matters for real
This commit is contained in:
parent
6e20cb270e
commit
51041e2dc9
@ -161,7 +161,7 @@ function nntpchan_mod(mod_action) {
|
||||
var data = mod_action.data;
|
||||
if (data) {
|
||||
ajax.setRequestHeader("Content-type","text/json");
|
||||
ajax.send(JSON.Stringify(data));
|
||||
ajax.send(JSON.stringify(data));
|
||||
} else {
|
||||
ajax.send();
|
||||
}
|
||||
|
Reference in New Issue
Block a user