fixato loader (di nuovo)
This commit is contained in:
parent
9af340d0a5
commit
813d70c23f
1 changed files with 4 additions and 1 deletions
|
@ -161,7 +161,10 @@ document.addEventListener("deviceready", onDeviceReady, false);
|
|||
//le cose all'inizio
|
||||
|
||||
$(document).on("pagecontainershow", function (e, ui) {
|
||||
$.mobile.loading('show');
|
||||
var pageId = $('body').pagecontainer('getActivePage').prop('id');
|
||||
if (pageId != 'about') {
|
||||
$.mobile.loading('show');
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on("mobileinit", function () {
|
||||
|
|
Loading…
Reference in a new issue