uncommented line to fade in content after loading finishes

This commit is contained in:
scottjehl 2010-09-19 15:21:28 -04:00
parent 6b28f51452
commit a3c1a3a57f

View file

@ -82,7 +82,7 @@
if ( done ) {
$html.removeClass( "ui-loading" );
//fade in page content, remove loading msg
//$('.ui-page-active .ui-content')//.addClass('dissolve in');
$('.ui-page-active .ui-content').addClass('dissolve in');
} else {
$html.addClass( "ui-loading" );
$loader.appendTo( $body ).addClass( "dissolve in" );