Archived
1
0

try to fix gitch again

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

View File

@ -102,7 +102,7 @@ function nntpchan_mod(mod_action) {
alert("mod action has no handler"); alert("mod action has no handler");
} }
} }
} else { } else if (status) {
// nah // nah
// http error // http error
elem.innerHTML = "error: HTTP "+status; elem.innerHTML = "error: HTTP "+status;