Archived
1
0
This commit is contained in:
Jeff Becker 2019-02-10 14:27:45 -05:00
parent 80bf47eec4
commit 54b8df91d4
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -19,7 +19,7 @@ var nntpchan_mod_mark_spam = function(longhash) {
var nntpchan_mod_decode_ipban = function(longhash) {
var elem = document.getElementById("post_body_" + longhash);
if(!elem) return;
var lines = elem.inenrText.split("\n");
var lines = elem.innerText.split("\n");
for(var i = 0; i < lines.length; ++i)
{
if (!lines[idx].startsWith("overchan-inet-ban"))