diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index b403cf1..e78552c 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -17,3 +17,7 @@ function nntpchan_reply(parent, shorthash) { elem.value += ">>" + shorthash.substr(0,10) + "\n"; } } + +function init(prefix) { + +}