unpkg link weg voor interact.js
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script src="{% static 'js/htmx.min.js' %}" defer></script>
|
<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 '98.css/style.css' %}" rel="stylesheet" type="text/css" />
|
||||||
<link href="{% static 'style.css'%}" rel="stylesheet" type="text/css" />
|
<link href="{% static 'style.css'%}" rel="stylesheet" type="text/css" />
|
||||||
<style>
|
<style>
|
||||||
@@ -45,4 +45,4 @@
|
|||||||
localStorage.removeItem("position")
|
localStorage.removeItem("position")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user