make a note that we have to retain the reply message number
authorArt Cancro <ajc@citadel.org>
Fri, 26 Nov 2021 05:54:14 +0000 (00:54 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 26 Nov 2021 05:54:14 +0000 (00:54 -0500)
webcit-ng/static/js/view_forum.js

index 8d13b1080bdefab9b2de2032b6bb088f65d221fd..94bd03121ce3730d10860e6c95d8a265d2499b44 100644 (file)
@@ -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 += "<div id=\"" + new_div_name + "\">reply box put here</div>";
 
+       // FIXME - we need to retain the message number being replied to
+
        replybox =
          "<div class=\"ctdl-msg-wrapper\">"                            // begin message wrapper
        + "<div class=\"ctdl-avatar\">"                                 // begin avatar