Minor fixes

This commit is contained in:
magnolia-fan
2011-12-07 09:44:46 +04:00
parent 2a5a6c12a0
commit c050afefed
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class window.Search
, 10000
else if data.status is 'corrected'
_search.loadArtistData data.correct_name
else if data.status == 'not_found'
else if data.status is 'not_found'
_search.hideSpinner()
alert "Not found"
else