From a06830ae9d37931c002245708f578ec00eab4c81 Mon Sep 17 00:00:00 2001 From: SDE Date: Thu, 17 Aug 2023 17:38:54 +0300 Subject: [PATCH] 0.3.28 support chat v3 --- static/js/chat_sockets.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/chat_sockets.js b/static/js/chat_sockets.js index b98b476..fc808cd 100644 --- a/static/js/chat_sockets.js +++ b/static/js/chat_sockets.js @@ -40,7 +40,8 @@ // } // var i = 0 -import "chat_socket_functions/inital_old_tab.js" +$.import_js('/chat_socket_functions/inital_old_tab.js'); +// import "chat_socket_functions/inital_old_tab.js" import "chat_socket_functions/etc_operations_for_chat_socket.js" import "chat_socket_functions/update_messenger.js" import "chat_socket_functions/update_tickets_operations_manager.js"