1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 21:25:48 +00:00
gitea/web_src
charles 252047ed2e
Fix counter display number incorrectly displayed on the page (#29448)
issue : #28239

The counter number script uses the 'checkbox' attribute to determine
whether an item is selected or not.

However, the input event only increments the counter value, and when
more items are displayed, it does not update all previously loaded
items.

As a result, the display becomes incorrect because it triggers the
update counter script, but checkboxes that are selected without the
'checked' attribute are not counted
2024-02-28 21:23:49 +01:00
..
css Recolor dark theme to blue shade (#29283) 2024-02-28 11:16:15 +01:00
fomantic Remove fomantic text module (#26777) 2023-08-30 10:37:17 +00:00
js Fix counter display number incorrectly displayed on the page (#29448) 2024-02-28 21:23:49 +01:00
svg Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00