From 470fa3038a7a2535b9c9ae32febc2fa4c317bd73 Mon Sep 17 00:00:00 2001 From: iou1name Date: Wed, 5 Sep 2018 14:34:24 -0400 Subject: [PATCH] bugfix open/close posts --- quest/static/questQM.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quest/static/questQM.js b/quest/static/questQM.js index f92917d..61a1a3a 100644 --- a/quest/static/questQM.js +++ b/quest/static/questQM.js @@ -15,8 +15,8 @@ socket.events['new_post'] = function(data) { post_str += '
Edit'; post_str += ''; } else if (data.post_type === 'dice' || data.post_type === 'poll') { - post_str += '
Close'; - post_str += '' + post_str += '
Close'; + post_str += '' } /* end QM only */ post_str += '
';