mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-08 09:44:00 +09:00
Fix various Fomantic UI and htmx problems (#33851)
Some checks failed
Some checks failed
Also fix #31328, fix #33854
This commit is contained in:
1
web_src/js/globals.d.ts
vendored
1
web_src/js/globals.d.ts
vendored
@ -64,6 +64,7 @@ interface Window {
|
||||
jQuery: typeof import('@types/jquery'),
|
||||
htmx: Omit<typeof import('htmx.org/dist/htmx.esm.js').default, 'config'> & {
|
||||
config?: Writable<typeof import('htmx.org').default.config>,
|
||||
process?: (elt: Element | string) => void,
|
||||
},
|
||||
_globalHandlerErrors: Array<ErrorEvent & PromiseRejectionEvent> & {
|
||||
_inited: boolean,
|
||||
|
Reference in New Issue
Block a user