mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-22 17:48:23 +08: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