From a3c1a3a57f8df1713d20a28201af62659483e298 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 19 Sep 2010 15:21:28 -0400 Subject: [PATCH] uncommented line to fade in content after loading finishes --- js/jQuery.mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jQuery.mobile.js b/js/jQuery.mobile.js index e966ab5a..abf80b91 100644 --- a/js/jQuery.mobile.js +++ b/js/jQuery.mobile.js @@ -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" );