fix mod.js glitch
This commit is contained in:
parent
b25f64cec0
commit
74cdeb6072
@ -102,14 +102,14 @@ function nntpchan_mod(mod_action) {
|
||||
alert("mod action has no handler");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// nah
|
||||
// http error
|
||||
elem.innerHTML = "error: HTTP "+status;
|
||||
}
|
||||
} else {
|
||||
// nah
|
||||
// http error
|
||||
elem.innerHTML = "error: HTTP "+status;
|
||||
// clear input
|
||||
input.value = "";
|
||||
}
|
||||
// clear input
|
||||
input.value = "";
|
||||
}
|
||||
if (mod_action.name) {
|
||||
var url = mod_action.name + "/" + longhash;
|
||||
|
Reference in New Issue
Block a user