Archived
1
0

don't show reply box if not created

This commit is contained in:
Jeff
2016-05-04 13:14:57 -04:00
parent 96f6044489
commit fb2b80335e
2 changed files with 2 additions and 2 deletions

View File

@@ -270,7 +270,7 @@ DynReply.prototype.showMessage = function(msg) {
// reply box function
function nntpchan_reply(parent, shorthash) {
if (parent) {
if (parent && document.dynreply) {
var boardname = parent.getAttribute("boardname");
var roothash = parent.getAttribute("root");
var replyto = getReplyTo();