This commit is contained in:
2023-09-10 15:43:42 +03:00
parent 36037c3cfa
commit e456c2606f
2 changed files with 20 additions and 41 deletions

View File

@@ -61,7 +61,7 @@
<input class="enter-message-inp" onfocus="check_new_messages_timeout()" onkeypress="sendMessageEnter(event,null,{{ user.id }},{{ cur_receiver.id }})" placeholder="Отправить сообщение">
</div>
<div class="right-part-block-enter-message">
<button class="attach-file-btn-message" onclick="attachFilemeassge()"></button>
<button class="attach-file-btn-message" onclick="attachFilemeassge(this)"></button>
<button class="send-message" onclick="sendMessage(null,{{ user.id }},{{ cur_receiver.id }})"></button>
{# <button class="send-message" onclick="send_ws_msg('message')"></button>#}
</div>