0.0.153
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
<script src='{% static "js/user_profile(boris).js" %}'> </script>
|
||||
{# <script src='{% static "js/chat_sockets.js" %}'></script>#}
|
||||
|
||||
|
||||
<script type="module" src="{% static "js/chat_socket_functions/etc_operations_for_chat_socket.js" %}"></script>
|
||||
<script type="module" src="{% static "js/chat_socket_functions/inital_old_tab.js" %}"></script>
|
||||
<script type="module" src="{% static "js/chat_socket_functions/update_messenger.js" %}"></script>
|
||||
<script type="module" src="{% static "js/chat_socket_functions/update_tickets_operations_manager.js" %}"></script>
|
||||
<link rel="stylesheet" href="{% static 'css/ion.rangeSlider.min.css' %}">
|
||||
<script defer src='{% static "js/check_new_messages.js" %}'></script>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
</script>
|
||||
|
||||
<script src='{% static "js/chat_sockets.js" %}'></script>
|
||||
<script type="module" src='{% static "js/chat_sockets.js" %}'></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||
|
||||
Reference in New Issue
Block a user