This commit is contained in:
2023-08-29 12:27:22 +03:00
parent 45001b5d3c
commit 3a087616ee
4 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
{% load static %}
<script src="{% static "js/chat_socket_functions/etc_operations_for_chat_socket.js" %}"></script>
<script src="{% static "js/chat_socket_functions/inital_old_tab.js" %}"></script>
<script src="{% static "js/chat_socket_functions/update_messenger.js" %}"></script>
<script src="{% static "js/chat_socket_functions/update_tickets_operations_manager.js" %}"></script>
<script src='{% static "js/chat_sockets.js" %}'> </script>