From 0e8d2774822693c233ca8b007710916d637fe21d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 13:23:46 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 4 ++++ 1 file changed, 4 insertions(+) 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) { + +}