mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 01:37:25 +08:00
* track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
This commit is contained in:
@ -108,6 +108,10 @@ function initCommentForm() {
|
||||
});
|
||||
}
|
||||
|
||||
$('.select-label').dropdown('setting', 'onHide', function(){
|
||||
location.reload();
|
||||
});
|
||||
|
||||
$labelMenu.find('.item:not(.no-select)').click(function () {
|
||||
if ($(this).hasClass('checked')) {
|
||||
$(this).removeClass('checked');
|
||||
|
Reference in New Issue
Block a user