mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-04 18:45:27 +00:00
Remove redundant sourceURL pragmas
This commit is contained in:
parent
ff1b32590e
commit
42494ad2a6
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user