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

@@ -9,7 +9,8 @@
{# <script src="{% static "js/serch_town.js" %}"></script>#}
<script src="{% static "js/user_profile.js" %}"></script>
<script src="{% static "js/range_slider_double.js" %}"></script>
<script src="{% static "js/user_profile(boris).js" %}"></script>
<script src='{% static "js/user_profile(boris).js" %}'> </script>
{% include "connect_ws_js.html" %}
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
{% endblock %}

View File

@@ -11,13 +11,11 @@
{# <script src='{% static "js/chat_sockets.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>
<link rel="stylesheet" href="{% static 'css/ion.rangeSlider.min.css' %}">
<script src='{% static "js/user_profile(boris).js" %}'> </script>
<script src='{% static "js/chat_sockets.js" %}'> </script>
{% include "connect_ws_js.html" %}
<script defer src='{% static "js/check_new_messages.js" %}'></script>