From 33d95c2ef3a32f8c4430cf6839cd8e779e8d99bb Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 20 Jan 2016 12:04:22 -0500 Subject: [PATCH] trying this --- contrib/static/nntpchan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/nntpchan.js b/contrib/static/nntpchan.js index f5f6373..e02b783 100644 --- a/contrib/static/nntpchan.js +++ b/contrib/static/nntpchan.js @@ -22,5 +22,5 @@ function nntpchan_inject_banners(elem, prefix) { var e = document.createElement("img"); e.src = banner; e.id = "nntpchan_banner"; - elem.appendChild(e); + elem.value = e; }