Revert adding htmx until we finaly decide to add it (#28879)

This commit is contained in:
6543 2024-01-21 14:42:35 +01:00 committed by GitHub
parent 1df06e3f39
commit 49d7663929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 20 additions and 44 deletions

View file

@ -12,7 +12,6 @@ import {showTemporaryTooltip} from '../modules/tippy.js';
import {confirmModal} from './comp/ConfirmModal.js';
import {showErrorToast} from '../modules/toast.js';
import {request, POST} from '../modules/fetch.js';
import 'htmx.org';
const {appUrl, appSubUrl, csrfToken, i18n} = window.config;