Remove redundant sourceURL pragmas

This commit is contained in:
Adrian Vollmer 2024-04-23 18:02:20 +02:00
parent ff1b32590e
commit 42494ad2a6

View File

@ -105,8 +105,8 @@ https://github.com/AdrianVollmer/Zundler
<body>{body}
<script>const zundler_version = "{version}"</script>
<script>window.globalContext = "{global_context}"</script>
<script>{pako} \n//# sourceURL=pako.js</script>
<script>{bootstrap} \n//# sourceURL=zundler_boostrap.js</script>
<script>{pako}</script>
<script>{bootstrap}</script>
</body><!-- {license} --></html>
""".format(
style=init_files["init.css"],