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

Don't call initAssetBaseURL()

No longer needed
parent b7229783
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-notification-src" src="vpu-notification-demo.js"></script> <script type="module" src="vpu-notification-demo.js"></script>
</head> </head>
<body> <body>
......
...@@ -159,8 +159,6 @@ export class Notification extends VPULitElement { ...@@ -159,8 +159,6 @@ export class Notification extends VPULitElement {
} }
render() { render() {
commonUtils.initAssetBaseURL('vpu-notification-src');
return html` return html`
<div class="columns"> <div class="columns">
<div class="column" id="notification"> <div class="column" id="notification">
......
common @ 28492fe6
Subproject commit 821137e246fdcee9ccb04e4cfe420e7abec3186e Subproject commit 28492fe6e9f9683295a9b8f3c383c304969e7fee
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment