Skip to content
Snippets Groups Projects
Commit d919b3bc authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Remove commonUtils.initAssetBaseURL call (VPU/Apps/Signature#28)

parent ea55ef15
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,6 @@ export class NextcloudFilePicker extends ScopedElementsMixin(VPULitElement) { ...@@ -292,7 +292,6 @@ export class NextcloudFilePicker extends ScopedElementsMixin(VPULitElement) {
} }
render() { render() {
commonUtils.initAssetBaseURL('vpu-tabulator-table');
const tabulatorCss = commonUtils.getAssetURL('local/vpu-file-source/tabulator-tables/css/tabulator.min.css'); const tabulatorCss = commonUtils.getAssetURL('local/vpu-file-source/tabulator-tables/css/tabulator.min.css');
console.log("tabulatorCss", tabulatorCss); console.log("tabulatorCss", tabulatorCss);
......
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