]> source.dussan.org Git - gitea.git/commit
Fix issue due date edit toggle bug (#23723) (#23758)
authorGiteabot <teabot@gitea.io>
Tue, 28 Mar 2023 02:13:11 +0000 (22:13 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2023 02:13:11 +0000 (21:13 -0500)
commita254c26df907e4dea401320091a16342616f3a2a
tree397a5c391e5dda55d829e63464f2bf3a8918b034
parent1fed0e1adc8dd2d27d2d7e34dda29c8e79e5e6e8
Fix issue due date edit toggle bug (#23723) (#23758)

Backport #23723 by @wxiaoguang

Use `toggleElem` instead of jQuery's `fadeToggle`, which can't be caught
by eslint jquery plugin.

Hopefully this could be the last bug for the jQuery show/hide
refactoring.

Need to backport.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
web_src/js/features/repo-issue.js