mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 04:28:21 +00:00
File diff suppressed because one or more lines are too long
@@ -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)
|
||||
|
@@ -1743,7 +1743,6 @@ tbody.commit-list {
|
||||
|
||||
#topic_edit {
|
||||
margin-top:5px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#repo-topic {
|
||||
|
Reference in New Issue
Block a user