mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #355 from sharelatex/pr-fix-front-chat-widget-config
Update Front chat widget according to latest config changes.
This commit is contained in:
commit
70da6ad89a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
- if (settings.overleaf && settings.front && settings.front.chat_room_id != null)
|
||||
- if (settings.overleaf && settings.overleaf.front_chat_widget_room_id != null)
|
||||
script.
|
||||
window.FCSP = '#{settings.front.chat_room_id}';
|
||||
window.FCSP = '#{settings.overleaf.front_chat_widget_room_id}';
|
||||
script(src="https://chat-assets.frontapp.com/v1/chat.bundle.js")
|
Loading…
Reference in a new issue