function name change
"postMessage" -> "postMsg"
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
||||
<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> <br>
|
||||
<textarea name="name" id="post-text" rows="8" cols="80"></textarea>
|
||||
<br>
|
||||
<button type="button" name="button" id="post-btn" onclick="postMessage()">Post</button>
|
||||
<button type="button" name="button" id="post-btn" onclick="postMsg()">Post</button>
|
||||
<div class="files" id="filesDiv"></div>
|
||||
</div>
|
||||
<div class="channelTab" id="channelTab"></div>
|
||||
|
||||
Reference in New Issue
Block a user