0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-19 19:52:27 +01:00
gitea/web_src/js
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
..
components Make actions animation rotate counterclockwisely (#29378) 2024-02-25 21:37:35 +08:00
features Fix counter display number incorrectly displayed on the page (#29448) 2024-02-28 21:23:49 +01:00
markup
modules
render
standalone
utils Remove jQuery from the Unicode escape button (#29369) 2024-02-24 20:11:51 +01:00
vendor
webcomponents Fix URL calculation in clone input box (#29470) 2024-02-28 15:04:04 +00:00
bootstrap.js Don't show third-party JS errors in production builds (#29303) 2024-02-22 21:21:43 +00:00
bootstrap.test.js
htmx.js
index.js Implement recent commits graph (#29210) 2024-02-24 10:22:51 +00:00
jquery.js
svg.js Artifact deletion in actions ui (#27172) 2024-02-18 10:33:50 +00:00
svg.test.js
utils.js enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
utils.test.js
vitest.setup.js