gitea/web_src/js
Giteabot f2bac791db
Fix duplicate project board when hitting enter key (#27746) (#27751)
Backport #27746 by @lng2020

When hitting the `enter` key to create a new project column, the request
is sent twice because the `submit` event and `key up` event are both
triggered.
Probably a better solution is to rewrite these parts of the code to
avoid using native jQuery but reuse the `form-fetch-action` class. But
it's beyond my ability.

Co-authored-by: Nanguan Lin <70063547+lng2020@users.noreply.github.com>
2023-10-23 13:04:53 +00:00
..
components Improve diff tree spacing (#27714) (#27719) 2023-10-21 10:44:58 +00:00
features Fix duplicate project board when hitting enter key (#27746) (#27751) 2023-10-23 13:04:53 +00:00
markup Fix mermaid flowchart margin issue (#27503) (#27516) 2023-10-08 15:31:47 +02:00
modules Enable followCursor for language stats bar (#27713) (#27739) 2023-10-22 15:35:58 +02:00
render Use vitest globals (#27102) (#27311) 2023-09-27 16:10:08 +02:00
standalone
test
utils Replace ajax with fetch, improve image diff (#27267) (#27583) 2023-10-11 16:12:31 +02:00
vendor
webcomponents
bootstrap.js
index.js Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) (#27661) 2023-10-17 14:46:35 +00:00
jquery.js
svg.js Replace ajax with fetch, improve image diff (#27267) (#27583) 2023-10-11 16:12:31 +02:00
svg.test.js Use vitest globals (#27102) (#27311) 2023-09-27 16:10:08 +02:00
utils.js Replace ajax with fetch, improve image diff (#27267) (#27583) 2023-10-11 16:12:31 +02:00
utils.test.js Use vitest globals (#27102) (#27311) 2023-09-27 16:10:08 +02:00