mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
moved the hide loader call back to nav again
This commit is contained in:
parent
679a46dbf0
commit
6e2f1cd64f
2 changed files with 4 additions and 4 deletions
|
|
@ -500,6 +500,9 @@ define( [
|
|||
}
|
||||
|
||||
toPage.data( "page" )._trigger( "beforeshow", null, { prevPage: fromPage || $( "" ) } );
|
||||
|
||||
//clear page loader
|
||||
$.mobile.hidePageLoadingMsg();
|
||||
|
||||
//find the transition handler for the specified transition. If there
|
||||
//isn't one in our transitionHandlers dictionary, use the default one.
|
||||
|
|
|
|||
|
|
@ -73,10 +73,7 @@ function outInTransitionHandler( name, reverse, $to, $from ) {
|
|||
};
|
||||
|
||||
$to
|
||||
.parent().addClass( viewportClass );
|
||||
|
||||
//clear page loader
|
||||
$.mobile.hidePageLoadingMsg();
|
||||
.parent().addClass( viewportClass );
|
||||
|
||||
if ( $from && !none ) {
|
||||
$from
|
||||
|
|
|
|||
Loading…
Reference in a new issue