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

Don't set an id on the bundle script tag

No longer needed since we use import.meta to find the bundle path now.
parent 3e894fbe
No related branches found
No related tags found
No related merge requests found
Pipeline #10621 passed
......@@ -25,7 +25,7 @@
</script>
<!-- App bundles-->
<script type="module" id="vpu-app-src" src="<%= geturl('vpu-signature.js') %>"></script>
<script type="module" src="<%= geturl('vpu-signature.js') %>"></script>
<!-- Prevent Chrome/Edge from suggesting to translate the page -->
<meta name="google" content="notranslate">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment