We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a9f96 commit 6a55bb7Copy full SHA for 6a55bb7
qgisfeedproject/templates/layouts/base-fullscreen.html
@@ -19,7 +19,7 @@
19
<script type="text/javascript" src="{% static "js/jquery.js" %}"></script>
20
<script type="text/javascript" src="{% static "js/moment.min.js" %}"></script>
21
22
- <script type="text/javascript" src="https://qgis.github.io/qgis-uni-navigation/index.js"></script>
+ <script type="module" src="https://qgis.github.io/qgis-uni-navigation/index.js"></script>
23
<script type="text/javascript" src="{% static "js/bulma.js" %}"></script>
24
25
{% load render_bundle from webpack_loader %}
@@ -73,4 +73,4 @@
73
74
</body>
75
76
-</html>
+</html>
0 commit comments