Moving images

This commit is contained in:
magnolia-fan
2011-09-08 17:10:52 +04:00
parent 4f3bd75bfd
commit f9ada4d143
21 changed files with 7 additions and 77 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class window.Ajax
else
_ajax.setArchor '/artist/' +name+ '/'
_pages.renderArtist data
_search.hideSpinner()
#_search.hideSpinner()
false
loadSearchPage: ->
+1
View File
@@ -37,6 +37,7 @@ class BeatHaven
window._settings = new Settings()
this.setupAutocomplete()
window._ajax.detectPage()
false
-4
View File
@@ -1,12 +1,8 @@
class window.Search
pics: []
showSpinner: ->
$('#search').val("").attr(disabled: 'disabled').blur()
$('.search-container img').first().show()
$('#autocomplete-container').hide()
$('.artist_loading.failed').first().hide()
this.hideSuggestions()
false