try fixing backlinks
This commit is contained in:
parent
5e60d20222
commit
4698f7a118
@ -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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user