Files
account_store/templates/connect_ws_js.html
2023-08-29 12:27:22 +03:00

6 lines
441 B
HTML

{% 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>