Skip to content
Snippets Groups Projects
Verified Commit 36097e96 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

update: chat dependancy

parent 3f840a30
No related branches found
No related tags found
2 merge requests!215Release/core 0.12,!207Implement core@0.12
Pipeline #7581 passed with stages
in 5 minutes and 56 seconds
......@@ -31,7 +31,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
if endpoints.users || (endpoints.get && endpoints.get.users)
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-chat@beta" defer)
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
script(src="/scripts/index.js" defer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment