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"