0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-25 08:11:19 +01:00
gitea/web_src/js
Yarden Shoham a9a5734185
Remove jQuery .attr from the code line range selection (#30077)
- Switched from jQuery `attr` to plain javascript `getAttribute` and
`setAttribute`
- Tested the code line range selection and it works as before

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
2024-03-25 23:03:12 +00:00
..
components Refactor all .length === 0 patterns in JS (#30045) 2024-03-25 18:37:55 +00:00
features Remove jQuery .attr from the code line range selection (#30077) 2024-03-25 23:03:12 +00:00
markup Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
modules
render
standalone
utils Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
vendor
webcomponents
bootstrap.js
bootstrap.test.js
htmx.js
index.js
jquery.js
svg.js Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
svg.test.js
utils.js
utils.test.js
vitest.setup.js