Skip to content
Snippets Groups Projects
Commit 295b0277 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: uh.

parent 957ac63c
No related branches found
Tags v6.5.0-alpha.8
2 merge requests!150Beta,!149Alpha
Pipeline #16693 passed with stage
in 58 seconds
......@@ -62,7 +62,6 @@ import('./utils.js').then(utils => {
this.element.attachShadow({ mode: 'open' });
this.importCSS(import.meta.env.PROD ? `${utils.path()}/src/conversejs/converse.min.css?min` : `${utils.path()}/conversejs/converse.min.css`);
this.importCSS(import.meta.env.PROD ? `${utils.path()}/dist/style.css?min` : `${utils.path()}/style.css`);
debugger;
if (typeof converse_sib === 'undefined') {
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