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