Skip to content

Commit 681bd3b

Browse files
authored
Update the type of the navigation bar import to module
1 parent 1f3124f commit 681bd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_project/core/base_templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
data-close-text="Got it!">
3131
</script>
3232

33-
<script type="text/javascript" src="https://qgis.github.io/qgis-uni-navigation/index.js"></script>
33+
<script type="module" src="https://qgis.github.io/qgis-uni-navigation/index.js"></script>
3434
{% block js_head %}{% endblock js_head %}
3535
{% block css_head %}{% endblock css_head %}
3636

0 commit comments

Comments
 (0)