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

Don't use initAssetBaseURL()

No longer needed.
parent b3613813
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@
<body>
<vpu-person-profile-demo id="vpu-person-profile-src" lang="de"></vpu-person-profile-demo>
<vpu-person-profile-demo lang="de"></vpu-person-profile-demo>
</body>
</html>
......@@ -90,7 +90,7 @@ export class PersonProfile extends VPULitElement {
role = i18n.t('person-profile.alumni');
}
}
commonUtils.initAssetBaseURL('vpu-person-profile-src');
return html`
<style>
.profile {
......
......@@ -75,8 +75,6 @@ class PersonProfileDemo extends ScopedElementsMixin(VPULitElement) {
}
render() {
commonUtils.initAssetBaseURL('vpu-person-profile-src');
return html`
${this.getAuthComponentHtml()}
......
auth @ d3c04ca3
Subproject commit b9fbe487a8a6117ae90a423a8ba318a0321bf51b
Subproject commit d3c04ca3eabebe0505ed09dd0a70255329e33a53
common @ 28492fe6
Subproject commit 9c6dc1fd5e004eba32e31adf8e4485a26c345fe0
Subproject commit 28492fe6e9f9683295a9b8f3c383c304969e7fee
person-select @ def950af
Subproject commit 50dbadd96a525a68adce81a0263f3d6ac92483de
Subproject commit def950af62e752b13ee5fb5e5893b0d9141cb74a
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