mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Fix #10975 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: John Olheiser <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: guillep2k <[email protected]> Co-authored-by: John Olheiser <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: guillep2k <[email protected]>
This commit is contained in:
co-authored by
GitHub
John Olheiser
techknowlogick
guillep2k
parent
cc2a6c1d30
commit
d9875ff2e1
@@ -1098,6 +1098,7 @@ function initRepository() {
|
||||
$repoComparePull.find('button.show-form').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
$repoComparePull.find('.pullrequest-form').show();
|
||||
autoSimpleMDE.codemirror.refresh();
|
||||
$(this).parent().hide();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user