Skip to content
Snippets Groups Projects
Verified Commit 9532f3d7 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

setting css to local file

parent 026064d0
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -47,7 +47,7 @@ export const SibChat = { ...@@ -47,7 +47,7 @@ export const SibChat = {
}); });
this.element.shadowRoot.append(...Helpers.importCSS( this.element.shadowRoot.append(...Helpers.importCSS(
'https://unpkg.com/converse.js@6.0/dist/converse.min.css', 'https://unpkg.com/converse.js@6.0/dist/converse.min.css',
'https://unpkg.com/@startinblox/component-chat@0.5/themes/converse-hd.css' '/lib/sib-chat/themes/converse-hd.css' // 'https://unpkg.com/@startinblox/component-chat@0.5/themes/converse-hd.css'
)); ));
if (window.converse_sib === undefined) { if (window.converse_sib === undefined) {
this.initializeConverse(); this.initializeConverse();
......
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