mirror of https://github.com/go-gitea/gitea.git
Fix label list divider (#25312)
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.


pull/25327/head^2
parent
a5d0246fff
commit
bfab129fb9
Loading…
Reference in New Issue