mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Add Front chat widget.
This commit is contained in:
4
services/web/app/views/front-chat.pug
Normal file
4
services/web/app/views/front-chat.pug
Normal file
@@ -0,0 +1,4 @@
|
||||
- if (settings.overleaf && settings.front.chat_room_id != null)
|
||||
script.
|
||||
window.FCSP = '#{settings.front.chat_room_id}';
|
||||
script(src="https://chat-assets.frontapp.com/v1/chat.bundle.js")
|
||||
@@ -86,3 +86,5 @@ block content
|
||||
include ./list/empty-project-list
|
||||
|
||||
include ./list/modals
|
||||
|
||||
include front-chat
|
||||
|
||||
Reference in New Issue
Block a user