Archived
1
0

try fixing backlinks

This commit is contained in:
jeff 2015-10-19 09:20:30 -04:00
parent 5e60d20222
commit 4698f7a118

View File

@ -9,6 +9,6 @@ function nntpchan_backlink(shorthash)
var elem = document.getElementById("postform_message");
if ( elem )
{
elem.value += ">>" + shorthash.substr(2,10) + "\n";
elem.value += ">>" + shorthash.substr(0,10) + "\n";
}
}