unpkg link weg voor interact.js

This commit is contained in:
2024-03-01 20:03:53 +01:00
parent fc72e5f1a7
commit aa25a84df0
2 changed files with 7 additions and 2 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,7 +1,7 @@
{% load static %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="{% static 'js/htmx.min.js' %}" defer></script>
<script src="https://unpkg.com/interactjs"></script>
<script src="{% static 'js/interact.js' %}" defer></script>
<link href="{% static '98.css/style.css' %}" rel="stylesheet" type="text/css" />
<link href="{% static 'style.css'%}" rel="stylesheet" type="text/css" />
<style>
@@ -45,4 +45,4 @@
localStorage.removeItem("position")
}
}
</script>
</script>