overleaf/services/web/app/views/project/list/front-chat.pug

4 lines
220 B
Text
Raw Normal View History

- if (settings.overleaf && settings.overleaf.front_chat_widget_room_id != null)
2018-02-19 11:34:24 -05:00
script.
window.FCSP = '#{settings.overleaf.front_chat_widget_room_id}';
2018-02-19 11:34:24 -05:00
script(src="https://chat-assets.frontapp.com/v1/chat.bundle.js")