forgejo/web_src
charles afc21e6aa7
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

(cherry picked from commit 252047ed2e09e3f1f1ab394cd62995cf4cabe506)
2024-03-06 12:10:44 +08:00
..
css Recolor dark theme to blue shade (#29283) 2024-03-06 12:10:44 +08: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-03-06 12:10:44 +08:00
svg Update Discord logo (#29285) 2024-02-26 21:42:15 +01:00