0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 12:48:17 +01:00
gitea/web_src/js/features/comp
Yarden Shoham 1a71dbfb78
Remove jQuery class from the reaction selector (#30138)
- Switched from jQuery class functions to plain JavaScript `classList`
- Tested the reaction selector and it works as before

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2024-03-27 17:09:34 +01:00
..
ColorPicker.js
ComboMarkdownEditor.js Remove jQuery .attr from the ComboMarkdownEditor (#30051) 2024-03-25 00:00:54 +00:00
ConfirmModal.js
EasyMDEToolbarActions.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
LabelEdit.js Remove jQuery .attr from the label edit exclusive checkbox (#30053) 2024-03-24 23:50:39 +00:00
Paste.js
QuickSubmit.js
ReactionSelector.js Remove jQuery class from the reaction selector (#30138) 2024-03-27 17:09:34 +01:00
SearchUserBox.js Refactor all .length === 0 patterns in JS (#30045) 2024-03-25 18:37:55 +00:00
TextExpander.js
WebHookEditor.js