Drop Turbolinks
This commit is contained in:
parent
8ad44ddc23
commit
311aa2b1ac
@ -21,7 +21,6 @@
|
|||||||
"a17t": "^0.5.1",
|
"a17t": "^0.5.1",
|
||||||
"apexcharts": "^3.24.0",
|
"apexcharts": "^3.24.0",
|
||||||
"inter-ui": "^3.15.0",
|
"inter-ui": "^3.15.0",
|
||||||
"litepicker": "^1.5.7",
|
"litepicker": "^1.5.7"
|
||||||
"turbolinks": "^5.2.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
<link rel="icon" type="image/png" href="{% static 'dashboard/images/icon.png' %}">
|
<link rel="icon" type="image/png" href="{% static 'dashboard/images/icon.png' %}">
|
||||||
<script src="{% static 'apexcharts/dist/apexcharts.min.js'%}"></script>
|
<script src="{% static 'apexcharts/dist/apexcharts.min.js'%}"></script>
|
||||||
<script src="{% static 'litepicker/dist/js/main.js' %}"></script>
|
<script src="{% static 'litepicker/dist/js/main.js' %}"></script>
|
||||||
<script src="{% static 'turbolinks/dist/turbolinks.js' %}"></script>
|
|
||||||
<script src="{% static 'dashboard/js/base.js' %}"></script>
|
<script src="{% static 'dashboard/js/base.js' %}"></script>
|
||||||
<link rel="stylesheet" href="{% static 'dashboard/css/global.css' %}">
|
<link rel="stylesheet" href="{% static 'dashboard/css/global.css' %}">
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
|
Loading…
Reference in New Issue
Block a user