This commit is contained in:
2023-08-17 18:00:24 +03:00
parent e36cb78a15
commit cd8b59e225
7 changed files with 16 additions and 13 deletions

View File

@@ -9,10 +9,6 @@
{# <script src="{% static "js/serch_town.js" %}"></script>#}
<script src="{% static "js/user_profile.js" %}"></script>
<script src="{% static "js/user_profile(boris).js" %}"></script>
<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>
{% endblock %}