fuggg
This commit is contained in:
parent
6cbc367630
commit
5e60d20222
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user