diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-06-20 23:04:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 20:04:09 +0000 |
commit | a5a9885f72c0c5be35ff7137cc2e2a60d8d11557 (patch) | |
tree | 8c463d10cc2e75c7eb5272fcd802e78126121b1e /web_src/js/features | |
parent | c60ef946b1c5ed3347224cda5d3e17592cd16e5e (diff) | |
download | gitea-a5a9885f72c0c5be35ff7137cc2e2a60d8d11557.tar.gz gitea-a5a9885f72c0c5be35ff7137cc2e2a60d8d11557.zip |
Bump htmx to 2.0.0 (#31413)
Tested Subscribe, Follow, Star, Watch, and System Status.
---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'web_src/js/features')
-rw-r--r-- | web_src/js/features/common-global.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/js/features/common-global.js b/web_src/js/features/common-global.js index 1ab2a55699..34992c1f5b 100644 --- a/web_src/js/features/common-global.js +++ b/web_src/js/features/common-global.js @@ -11,7 +11,6 @@ import {showTemporaryTooltip} from '../modules/tippy.js'; import {confirmModal} from './comp/ConfirmModal.js'; import {showErrorToast} from '../modules/toast.js'; import {request, POST, GET} from '../modules/fetch.js'; -import '../htmx.js'; const {appUrl, appSubUrl, csrfToken, i18n} = window.config; |