]> source.dussan.org Git - gitea.git/commit
Remove jQuery from the repo migration form (#29229)
authorYarden Shoham <git@yardenshoham.com>
Mon, 19 Feb 2024 22:34:35 +0000 (00:34 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 22:34:35 +0000 (23:34 +0100)
commit100031f5f143a15c79ebbe1b77c86091e3b6d489
tree80049e15f8cdccd90bdfaaaee0c3c545186daf6b
parent35d5e4aea4bb02a0b4c7b38ecb2acf612151e891
Remove jQuery from the repo migration form (#29229)

- Switched to plain JavaScript
- Tested the repo migration form functionality and it works as before

# Demo using JavaScript without jQuery

![action](https://github.com/go-gitea/gitea/assets/20454870/3496ec05-48a7-449e-8cdd-f8372ba0d589)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
web_src/js/features/repo-migration.js