From 0ce18ff3e03c06b1d9a949108197489a3995deac Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 26 Nov 2021 00:54:14 -0500 Subject: [PATCH] make a note that we have to retain the reply message number --- webcit-ng/static/js/view_forum.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webcit-ng/static/js/view_forum.js b/webcit-ng/static/js/view_forum.js index 8d13b1080..94bd03121 100644 --- a/webcit-ng/static/js/view_forum.js +++ b/webcit-ng/static/js/view_forum.js @@ -191,6 +191,8 @@ function open_reply_box(prefix, msgnum, is_quoted) { new_div_name = prefix + "_reply_to_" + msgnum; document.getElementById(target_div_name).outerHTML += "
reply box put here
"; + // FIXME - we need to retain the message number being replied to + replybox = "
" // begin message wrapper + "
" // begin avatar -- 2.39.2