mirror of
https://github.com/go-gitea/gitea
synced 2025-08-13 13:08:19 +00:00
@@ -2309,7 +2309,7 @@ function initTopicbar() {
|
||||
|
||||
mgrBtn.click(function() {
|
||||
viewDiv.hide();
|
||||
editDiv.show();
|
||||
editDiv.css('display', ''); // show Semantic UI Grid
|
||||
})
|
||||
|
||||
saveBtn.click(function() {
|
||||
@@ -2334,7 +2334,7 @@ function initTopicbar() {
|
||||
}
|
||||
}
|
||||
}).done(function() {
|
||||
editDiv.hide();
|
||||
editDiv.css('display', 'none'); // hide Semantic UI Grid
|
||||
viewDiv.show();
|
||||
}).fail(function(xhr) {
|
||||
alert(xhr.responseJSON.message)
|
||||
|
Reference in New Issue
Block a user