You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/web_src
wxiaoguang 59eb660b1a
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.
1 year ago
..
css Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit form (#23626) 1 year ago
fomantic Fix Fomantic UI's `touchstart` fastclick, always use `click` for click events (#23065) 1 year ago
js Fix incorrect `toggle` buttons (#23676) 1 year ago
svg Convert `<div class="button">` to `<button class="button">` (#23337) 1 year ago