no module

This commit is contained in:
randogoth 2023-05-21 16:20:13 +03:00
parent 93f32ece6c
commit 7a2c70e629

View file

@ -22,5 +22,5 @@
{% endif %} {% endif %}
</body> </body>
<script src="{{ SITEURL }}/theme/platform.js"></script> <script src="{{ SITEURL }}/theme/platform.js"></script>
<script type="module" src="{{ SITEURL }}/theme/geo.js"></script> <script src="{{ SITEURL }}/theme/geo.js"></script>
</html> </html>