From 8f1a497f1368af13b8f102f81052342ad736fa76 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 4 May 2016 13:10:55 -0400 Subject: [PATCH] update minified --- contrib/static/nntpchan.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/static/nntpchan.js b/contrib/static/nntpchan.js index da99d4e..24ccdc5 100644 --- a/contrib/static/nntpchan.js +++ b/contrib/static/nntpchan.js @@ -652,7 +652,8 @@ function ukko_livechan(prefix){var ukko=document.getElementById("ukko_threads"); function get_storage(){var st=null;if(window.localStorage){st=window.localStorage;}else if(localStorage){st=localStorage;} return st;} /* local file: ./contrib/js/reply.js */ -function getReplyTo(){if(!document.dynreply){var e=document.getElementById("postform_container");if(e){document.dynreply=new DynReply(e);}else{document.dynreply=new DynReply();}} +function getReplyTo(){if(!document.dynreply){var e=document.getElementById("postform_container");if(e){document.dynreply=new DynReply(e);}else{document.dynreply=new DynReply();} +e.style.position="fixed";e.setAttribute("class","shadow");} return document.dynreply;} function table_insert_row(table,header,items){var tr=document.createElement("tr");var th=document.createElement("th");th.appendChild(header);tr.appendChild(th);for(var idx=0;idx