Remove unnecessary chat.js (#3445)

This commit is contained in:
missionfloyd 2023-08-03 22:58:37 -06:00 committed by GitHub
parent 4b3384e353
commit 2336b75d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View file

@ -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')