Le spinner de chargement disparait bien à chaque fois, même suite à un "back" navigateur
This commit is contained in:
parent
c2ce00bf90
commit
0843edac44
@ -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', ->
|
||||
|
Loading…
Reference in New Issue
Block a user