mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-25 06:20:28 +00: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.

