Remove unnecessary chat.js (#3445)
This commit is contained in:
parent
4b3384e353
commit
2336b75d92
4 changed files with 7 additions and 8 deletions
|
@ -597,7 +597,7 @@ def create_interface():
|
|||
|
||||
# css/js strings
|
||||
css = ui.css if not shared.is_chat() else ui.css + ui.chat_css
|
||||
js = ui.main_js if not shared.is_chat() else ui.main_js + ui.chat_js
|
||||
js = ui.main_js
|
||||
css += apply_extensions('css')
|
||||
js += apply_extensions('js')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue