mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-01 14:28:32 +00:00
Minor UI improvements
This commit is contained in:
@@ -788,6 +788,9 @@ function initPullRequestReview() {
|
||||
$('.btn-review').on('click', function(e) {
|
||||
e.preventDefault();
|
||||
$(this).closest('.dropdown').find('.menu').toggle('visible');
|
||||
}).closest('.dropdown').find('.link.close').on('click', function(e) {
|
||||
e.preventDefault();
|
||||
$(this).closest('.menu').toggle('visible');
|
||||
});
|
||||
|
||||
$('.code-view .lines-code,.code-view .lines-num')
|
||||
|
Reference in New Issue
Block a user