overleaf/services/web/app/views/project/list/front-chat.pug
Alf Eaton 974fe8fd39 Remove optional hyphens from pug templates (#3788)
GitOrigin-RevId: 2d31719a6aaefb85bba323d65ed66bdb06ec8928
2021-03-25 03:05:05 +00:00

4 lines
146 B
Text

if (frontChatWidgetRoomId)
script.
window.FCSP = '#{frontChatWidgetRoomId}';
script(src="https://chat-assets.frontapp.com/v1/chat.bundle.js")