add id-based replies

This commit is contained in:
Mystikfluu
2022-06-17 23:18:01 +02:00
parent 4a4a8416c5
commit 225179b0dc
4 changed files with 29 additions and 11 deletions
+1
View File
@@ -26,6 +26,7 @@
<div id="scriptonly" style="display:none;">
<div class="self">
Username: <span class="Username" id="username-self"></span> <br>
<span id="reply" style="display:none;" class="noselect">Replying to: <b id="reply_username"></b><small id="reply_text"></small> <button onclick="unreply()" style="color:red">X</button> </span>
<textarea name="name" id="post-text" rows="8" cols="80"></textarea>
<br>
<button type="button" name="button" id="post-btn" onclick="postMessage()">Post</button>