Giteabot e9105ac281
Fix label list divider (#25312) (#25372)
Backport #25312 by @wxiaoguang

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.


![image](https://github.com/go-gitea/gitea/assets/2114189/74989996-fcea-4df4-b534-b06f7957939a)


![image](https://github.com/go-gitea/gitea/assets/2114189/ee3b3761-b96e-4fb5-b646-e9d3117e5f40)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-06-19 18:14:31 +00:00
..
2022-12-24 00:03:11 +08:00
2023-05-18 09:14:31 +08:00
2022-12-24 00:03:11 +08:00
2022-12-24 00:03:11 +08:00
2022-12-24 00:03:11 +08:00
2022-12-24 00:03:11 +08:00
2023-05-03 01:23:39 -04:00
2022-12-24 00:03:11 +08:00
2023-05-18 11:50:11 +00:00