0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-22 01:37:56 +01:00
gitea/web_src/js
Yarden Shoham adc61c5d71
Remove jQuery .attr from the user search box (#29919)
- Switched from jQuery `.attr` to plain javascript `.getAttribute`
- Tested the user search box and it works as before

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
2024-03-20 00:09:52 +00:00
..
components Migrate border and margin classes to Tailwind (#29828) 2024-03-18 14:47:05 +00:00
features Remove jQuery .attr from the user search box (#29919) 2024-03-20 00:09:52 +00:00
markup
modules Forbid HTML injection using jQuery (#29843) 2024-03-16 13:25:27 +00:00
render
standalone
utils
vendor
webcomponents
bootstrap.js
bootstrap.test.js
htmx.js
index.js
jquery.js Forbid variables containing jQuery collections not having the $ prefix (#29839) 2024-03-16 12:22:16 +00:00
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js