mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00: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