use correct parameter in admin command
This commit is contained in:
parent
e70c4ed84e
commit
40d6cf77ad
@ -49,8 +49,8 @@ function nntpchan_admin(method, param) {
|
|||||||
return method;
|
return method;
|
||||||
},
|
},
|
||||||
handle: function(j) {
|
handle: function(j) {
|
||||||
if (j.msg) {
|
if (j.result) {
|
||||||
return document.createTextNode(j.msg);
|
return document.createTextNode(j.result);
|
||||||
} else {
|
} else {
|
||||||
return "nothing happened?";
|
return "nothing happened?";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user