Skip to content

Commit 6a55bb7

Browse files
authored
Update the type of the navigation bar import to module
1 parent 93a9f96 commit 6a55bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qgisfeedproject/templates/layouts/base-fullscreen.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<script type="text/javascript" src="{% static "js/jquery.js" %}"></script>
2020
<script type="text/javascript" src="{% static "js/moment.min.js" %}"></script>
2121

22-
<script type="text/javascript" src="https://qgis.github.io/qgis-uni-navigation/index.js"></script>
22+
<script type="module" src="https://qgis.github.io/qgis-uni-navigation/index.js"></script>
2323
<script type="text/javascript" src="{% static "js/bulma.js" %}"></script>
2424

2525
{% load render_bundle from webpack_loader %}
@@ -73,4 +73,4 @@
7373

7474
</body>
7575

76-
</html>
76+
</html>

0 commit comments

Comments
 (0)