fixato loader (di nuovo)

This commit is contained in:
cek@posta.indivia.net 2017-03-29 23:31:29 +02:00
parent 9af340d0a5
commit 813d70c23f

View file

@ -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 () {