Aggiunto commento
This commit is contained in:
parent
34f03d58df
commit
ee3c187585
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ EVENTS.eventsLoaded = 0;
|
||||||
|
|
||||||
EVENTS.render = function() {
|
EVENTS.render = function() {
|
||||||
EVENTS.eventsLoaded = 0;
|
EVENTS.eventsLoaded = 0;
|
||||||
|
|
||||||
|
//Se si lancia il loader prima che sia cambiata pagina il loader scompare,
|
||||||
|
// ritardando invece che appaia, quando appare è già sulla pagina in cambiata
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
$.mobile.loading('show');
|
$.mobile.loading('show');
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
Loading…
Reference in a new issue