mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-17 14:29:54 +02:00
feat: guess what, more changes
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
{% vite_hmr_client %}
|
||||
|
||||
{% vite_asset 'main.js' defer=True %}
|
||||
{% comment %} {% vite_asset 'sweetalert2.js' defer=True %}
|
||||
{% vite_asset 'select.js' defer=True %}
|
||||
{% vite_asset 'datepicker.js' %}
|
||||
{% vite_asset 'autosize.js' defer=True %} {% endcomment %}
|
||||
|
||||
{% include 'includes/scripts/hyperscript/init_tom_select.html' %}
|
||||
{% include 'includes/scripts/hyperscript/init_date_picker.html' %}
|
||||
@@ -15,11 +11,7 @@
|
||||
{% include 'includes/scripts/hyperscript/htmx_error_handler.html' %}
|
||||
{% include 'includes/scripts/hyperscript/sounds.html' %}
|
||||
{% include 'includes/scripts/hyperscript/swal.html' %}
|
||||
|
||||
{% comment %} {% vite_asset 'htmx.js' defer=True %}
|
||||
{% vite_asset 'charts.js' %}
|
||||
|
||||
{% vite_asset 'style.js' %} {% endcomment %}
|
||||
{% include 'includes/scripts/hyperscript/autosize.html' %}
|
||||
|
||||
<script>
|
||||
let tz = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
||||
|
||||
Reference in New Issue
Block a user