mirror of https://github.com/go-gitea/gitea.git
Fix incorrect `toggle` buttons (#23676)
Some of those are still Copy&Paste problems.
This PR:
* Only cleans the legacy incorrect code, doesn't change or improve the
"action" logic.
* Remove the redundant `$('.toggle.button').on('click')`, now
`$('.show-panel.button').on('click')` handles that kinds of buttons
Actually, there is only one correct "toggle button" in code, the one on
the webhook page.
No need to backport.
pull/23716/head
parent
12fff36d05
commit
59eb660b1a
Loading…
Reference in New Issue