mirror of
https://github.com/go-gitea/gitea
synced 2025-10-30 02:48:26 +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.

