]> source.dussan.org Git - gitea.git/commit
Remove jQuery from repo wiki creation page (#29271)
authorYarden Shoham <git@yardenshoham.com>
Tue, 20 Feb 2024 10:37:37 +0000 (12:37 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 10:37:37 +0000 (11:37 +0100)
commitade1110e8b7d94dc142a259854e2b73845eab8b9
treef72b0128055f4e2d70bb710021c704939a7a6b4a
parent8c21bc0d51ab22c0d05d8ce2ea8bc80d6f893800
Remove jQuery from repo wiki creation page (#29271)

- Switched to plain JavaScript
- Tested the wiki creation form functionality and it works as before

# Demo using JavaScript without jQuery

![action](https://github.com/go-gitea/gitea/assets/20454870/2dfc95fd-40cc-4ffb-9ae6-50f798fddd67)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
web_src/js/features/comp/ComboMarkdownEditor.js
web_src/js/features/repo-diff.js
web_src/js/features/repo-wiki.js
web_src/js/utils/dom.js