mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-25 00:24:44 +00:00
removed calls to jQuery.fixedToolbars.show(). to be moved to fixedheaderfooter plugin
This commit is contained in:
parent
ced22f6962
commit
dbd5e6cfb7
1 changed files with 0 additions and 2 deletions
|
|
@ -141,7 +141,6 @@
|
|||
to.trigger("pageshow", {prevPage: from});
|
||||
|
||||
pageLoading( true );
|
||||
jQuery.fixedToolbars.show();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
@ -226,7 +225,6 @@
|
|||
changePage( currentPage, startPage, transition, back );
|
||||
} else {
|
||||
startPage.addClass( activePageClass );
|
||||
jQuery.fixedToolbars.show();
|
||||
pageLoading( true );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue