Archived
1
0
This commit is contained in:
Jeff Becker 2017-01-16 13:23:46 -05:00
parent 4be8c78aa7
commit 0e8d277482

View File

@ -17,3 +17,7 @@ function nntpchan_reply(parent, shorthash) {
elem.value += ">>" + shorthash.substr(0,10) + "\n";
}
}
function init(prefix) {
}