]> source.dussan.org Git - gitea.git/commit
Remove jQuery from SSH key form parser (#29193)
authorYarden Shoham <git@yardenshoham.com>
Fri, 16 Feb 2024 13:34:29 +0000 (15:34 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2024 13:34:29 +0000 (13:34 +0000)
commit236e12184404998c8edf7efa6de7fccf9d0ee814
tree3ee80994fbf3952e4447893cce5a5e4c25bda154
parentc40ee6fb7382bc2d1398dc685f98a0277d3bfb68
Remove jQuery from SSH key form parser (#29193)

- Switched to plain JavaScript
- Tested the SSH key title functionality and it works as before

# Demo using JavaScript without jQuery

![action](https://github.com/go-gitea/gitea/assets/20454870/4785c13d-8d30-448e-b74a-263935e2769f)

---------

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