Le spinner de chargement disparait bien à chaque fois, même suite à un "back" navigateur

This commit is contained in:
echarp 2014-07-20 15:38:29 +02:00
parent c2ce00bf90
commit 0843edac44
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $.webshims.polyfill('forms forms-ext')
$(document).on 'page:fetch submit', ->
$('em#loading').fadeIn('slow')
$(document).on 'page:receive', ->
$(document).on 'page:change ready', ->
$('em#loading').fadeOut('slow')
$(document).on 'page:load', ->