From f5dd6fb8eade2eb458d6664dcd3c8a93bb7651c7 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 29 Dec 2011 00:45:19 +0700 Subject: [PATCH] added fade out in transition handler file --- js/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/js/index.php b/js/index.php index 4a4a2e06..d6758cd1 100644 --- a/js/index.php +++ b/js/index.php @@ -18,6 +18,7 @@ $files = array( 'jquery.mobile.navigation.js', 'jquery.mobile.navigation.pushstate.js', 'jquery.mobile.transition.js', + 'jquery.mobile.transition.fadeoutin.js', 'jquery.mobile.degradeInputs.js', 'jquery.mobile.dialog.js', 'jquery.mobile.page.sections.js',