forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-20 01:10:13 +02:00
parent 9b447810e9
commit bee2acd618
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<span id="typing-indicator"></span>
<span id="loading-indicator" class="d-none"></span>
</div>
<input id="input-text" type="text" class="form-control" placeholder="Message #, or type /help" autocomplete="off" autofocus />
<input id="input-text" type="text" class="form-control" placeholder="Message" autocomplete="off" autofocus />
<button id="chatsend" class="btn btn-primary ml-3" type="submit">Send</button>
</div>
@ -50,7 +50,7 @@
</div>
<script src="/assets/js/socketio.js"></script>
<script src="/assets/js/chat.js?v=6"></script>
<script src="/assets/js/chat.js?v=7"></script>
<style>