Skip to content
Snippets Groups Projects
Commit 7ad3c1ac authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Don't use initAssetBaseURL()

No longer needed
parent 1a9727d5
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<script type="module" id="vpu-person-select-src" src="vpu-person-select-demo.js"></script> <script type="module" src="vpu-person-select-demo.js"></script>
</head> </head>
<body> <body>
......
...@@ -330,7 +330,6 @@ export class PersonSelect extends ScopedElementsMixin(LitElement) { ...@@ -330,7 +330,6 @@ export class PersonSelect extends ScopedElementsMixin(LitElement) {
} }
render() { render() {
commonUtils.initAssetBaseURL('vpu-person-select-src');
const select2CSS = commonUtils.getAssetURL(select2CSSPath); const select2CSS = commonUtils.getAssetURL(select2CSSPath);
return html` return html`
<link rel="stylesheet" href="${select2CSS}"> <link rel="stylesheet" href="${select2CSS}">
......
...@@ -55,8 +55,6 @@ class PersonSelectDemo extends ScopedElementsMixin(LitElement) { ...@@ -55,8 +55,6 @@ class PersonSelectDemo extends ScopedElementsMixin(LitElement) {
} }
render() { render() {
commonUtils.initAssetBaseURL('vpu-person-select-src');
return html` return html`
<section class="section"> <section class="section">
<div class="container"> <div class="container">
......
auth @ d3c04ca3
Subproject commit b9fbe487a8a6117ae90a423a8ba318a0321bf51b Subproject commit d3c04ca3eabebe0505ed09dd0a70255329e33a53
common @ 28492fe6
Subproject commit 9c6dc1fd5e004eba32e31adf8e4485a26c345fe0 Subproject commit 28492fe6e9f9683295a9b8f3c383c304969e7fee
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