1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00

Remove jQuery ready usage (#23858)

Replace it with equal function of our own and enable the eslint rule to
forbid future usage.
This commit is contained in:
silverwind
2023-04-02 00:40:22 +02:00
committed by GitHub
parent eadda68ded
commit ae36113568
3 changed files with 11 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ rules:
jquery/no-parse-html: [2]
jquery/no-prop: [0]
jquery/no-proxy: [2]
jquery/no-ready: [0]
jquery/no-ready: [2]
jquery/no-serialize: [2]
jquery/no-show: [2]
jquery/no-size: [2]