Archived
1
0

fix mod.js glitch

This commit is contained in:
jeff 2015-08-07 11:06:04 -04:00
parent b25f64cec0
commit 74cdeb6072

View File

@ -102,7 +102,6 @@ function nntpchan_mod(mod_action) {
alert("mod action has no handler");
}
}
}
} else {
// nah
// http error
@ -111,6 +110,7 @@ function nntpchan_mod(mod_action) {
// clear input
input.value = "";
}
}
if (mod_action.name) {
var url = mod_action.name + "/" + longhash;
ajax.open("GET", url);