fix dropdown search

This commit is contained in:
Unknwon 2015-08-31 17:10:28 +09:00
parent 1ca257ad9f
commit ee3e0c3c49
4 changed files with 14 additions and 8 deletions

View file

@ -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();
}
});