forgejo/web_src/js
Yarden Shoham 08a9a61faf
Remove jQuery .attr from the repository settings (#30018)
- Switched from jQuery `.attr` to plain javascript `getAttribute` and
`setAttribute`
- Tested the collaborator access mode change, team search box, and
branch protection form. They all work as before

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
(cherry picked from commit 26dbca741114587f4191050a76ee1a36282a2018)
2024-03-26 19:04:27 +01:00
..
components Remove jQuery .attr from the branch/tag selector (#30010) 2024-03-26 19:04:27 +01:00
features Remove jQuery .attr from the repository settings (#30018) 2024-03-26 19:04:27 +01:00
markup Small refactors in anchors.js (#29947) 2024-03-26 19:04:27 +01:00
modules Enforce trailing comma in JS on multiline (#30002) 2024-03-26 19:04:27 +01:00
render
standalone Enforce trailing comma in JS on multiline (#30002) 2024-03-26 19:04:27 +01:00
utils Enforce trailing comma in JS on multiline (#30002) 2024-03-26 19:04:27 +01:00
vendor
webcomponents Enforce trailing comma in JS on multiline (#30002) 2024-03-26 19:04:27 +01:00
bootstrap.js
bootstrap.test.js
htmx.js
index.js
jquery.js
svg.js Enforce trailing comma in JS on multiline (#30002) 2024-03-26 19:04:27 +01:00
svg.test.js
utils.js
utils.test.js
vitest.setup.js