]> source.dussan.org Git - gitea.git/commit
Remove jQuery `.attr` from the repository topic bar (#30050)
authorYarden Shoham <git@yardenshoham.com>
Sun, 24 Mar 2024 23:44:05 +0000 (01:44 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2024 23:44:05 +0000 (00:44 +0100)
commit314cd1ec98b1ea015e7585d3f6f5d08218379399
treec83db83ce7c9fe1590540ba52d21582d6a46220b
parent3f26fe2fa2c7141c9e622297e50a70f3e0003e4d
Remove jQuery `.attr` from the repository topic bar (#30050)

- Switched from jQuery `.attr` to plain javascript `getAttribute` and
`setAttribute`
- Tested the repository topic bar. It works as before

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
web_src/js/features/repo-home.js