Skip to content

Commit 7f2e504

Browse files
author
scottjehl
committed
fixed the fixed toolbar tap toggle. Footers weren't moving to bottom. This line was outta line
1 parent c71ae9d commit 7f2e504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.mobile.transition.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ function outInTransitionHandler( name, reverse, $to, $from ) {
5555
doneIn = function() {
5656
$to
5757
.removeClass( "out in reverse " + name )
58-
.parent().removeClass( viewportClass )
59-
.height( "" );
58+
.height( "" )
59+
.parent().removeClass( viewportClass );
6060

6161
deferred.resolve( name, reverse, $to, $from, true );
6262
};

0 commit comments

Comments
 (0)