mirror of
https://gitee.com/gitea/gitea
synced 2025-11-23 18:00:26 +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.

