moved the hide loader call back to nav again

This commit is contained in:
scottjehl 2012-01-10 14:06:24 +07:00
parent 679a46dbf0
commit 6e2f1cd64f
2 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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