1
0
forked from MTSR/mapserver

nomodule script

This commit is contained in:
NatureFreshMilk 2019-09-19 08:06:46 +02:00
parent d809245f5f
commit ddf90b174a

View File

@ -26,7 +26,7 @@
<!-- main module --> <!-- main module -->
<script src="js/main.js" type="module"></script> <script src="js/main.js" type="module"></script>
<!-- unsupported --> <!-- no modules -->
<script src="js/nomodule.js" nomodule></script> <script src="js/bundle.js" nomodule></script>
</body> </body>
</html> </html>