mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-24 02:28:16 +08:00
@ -109,7 +109,9 @@ function initCommentForm() {
|
||||
}
|
||||
|
||||
$('.select-label').dropdown('setting', 'onHide', function(){
|
||||
location.reload();
|
||||
if (hasLabelUpdateAction) {
|
||||
location.reload();
|
||||
}
|
||||
});
|
||||
|
||||
$labelMenu.find('.item:not(.no-select)').click(function () {
|
||||
|
Reference in New Issue
Block a user