mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-21 12:27:05 +08:00
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>
This commit is contained in:
5
web_src/js/globals.js
Normal file
5
web_src/js/globals.js
Normal file
@ -0,0 +1,5 @@
|
||||
import jquery from 'jquery';
|
||||
import htmx from 'htmx.org/dist/htmx.esm.js';
|
||||
|
||||
window.$ = window.jQuery = jquery;
|
||||
window.htmx = htmx;
|
Reference in New Issue
Block a user