Import fixes
This commit is contained in:
@@ -6,7 +6,7 @@ var Search = {
|
||||
$('#search-container input').attr('disabled', 'disabled').blur();
|
||||
$('#search-container img').show();
|
||||
$('.autocomplete-container').hide();
|
||||
$('.artist_loading').hide();
|
||||
$('.artist_loading.failed').hide();
|
||||
Search.hideSuggestions();
|
||||
},
|
||||
|
||||
@@ -48,6 +48,7 @@ var Search = {
|
||||
},
|
||||
|
||||
showError: function() {
|
||||
$('.artist_loading.ok, .artist_pics').hide();
|
||||
$('.artist_loading.failed').show();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user