mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-29 21:26:51 +08:00

Backport #25312 by @wxiaoguang We only needs 2 lines to hide the dividers. ``` $dropdownLabelFilter.dropdown('setting', {'hideDividers': 'empty'}); $dropdownLabelFilter.dropdown('refreshItems'); ``` Other code blocks are refactored by the way.   Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>