mirror of https://github.com/go-gitea/gitea
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>pull/31432/head^2
parent
c60ef946b1
commit
a5a9885f72
@ -0,0 +1,5 @@ |
||||
import jquery from 'jquery'; |
||||
import htmx from 'htmx.org/dist/htmx.esm.js'; |
||||
|
||||
window.$ = window.jQuery = jquery; |
||||
window.htmx = htmx; |
@ -1,3 +0,0 @@ |
||||
import $ from 'jquery'; |
||||
|
||||
window.$ = window.jQuery = $; // eslint-disable-line no-jquery/variable-pattern
|
Loading…
Reference in new issue