mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-09-23 08:25:33 +08:00

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.  