0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 22:33:32 +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 Forbid jQuery is and fix issues (#30016) 2024-03-24 17:56:02 +00:00
render
standalone Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
utils Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
vendor
webcomponents Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
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