Archived
1
0
This commit is contained in:
jeff 2015-10-19 09:16:07 -04:00
parent 6cbc367630
commit 5e60d20222

View File

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