]> source.dussan.org Git - gitea.git/commit
Remove jQuery class from the `repo-issue.js` file (#30192)
authorYarden Shoham <git@yardenshoham.com>
Sun, 31 Mar 2024 12:01:21 +0000 (15:01 +0300)
committerGitHub <noreply@github.com>
Sun, 31 Mar 2024 12:01:21 +0000 (12:01 +0000)
commitef5892d988f71743c7f5446bc6ce69cb4384455b
tree77e7f3d94a70e6ff075c5b04685b3addf49bfaff
parent38d56ca10600bdb867b363be717f7cf5d176297a
Remove jQuery class from the `repo-issue.js` file (#30192)

Switched from jQuery class functions to plain JavaScript `classList`.

Tested the following functionalities and they work as before:
- delete issue comment
- cancel code comment
- update (merge or rebase) pull request
- re-request review
- reply to code comment
- show/hide outdated comments
- add code comment
- edit issue title

---------

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