fix dropdown search
This commit is contained in:
parent
1ca257ad9f
commit
ee3e0c3c49
4 changed files with 14 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue