try fixing nnptchan.js
This commit is contained in:
parent
af85eae429
commit
6cbc367630
@ -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,8) + "\n";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user