mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
fix dropdown search
This commit is contained in:
@ -188,7 +188,7 @@ function initRepository() {
|
||||
var $prompt_span = $('#repo-name-change-prompt');
|
||||
if ($(this).val().toLowerCase() != $(this).data('repo-name').toLowerCase()) {
|
||||
$prompt_span.show();
|
||||
}else{
|
||||
} else {
|
||||
$prompt_span.hide();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user