Skip to content

Commit b52cfec

Browse files
committed
Merge branch 'fix-4019' of git://github.com/arschmitz/jquery-mobile into arschmitz-fix-4019
2 parents 4d9575b + d995dfe commit b52cfec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/widgets/fixedToolbar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
157157
nextFooter.add( nextHeader ).appendTo( $.mobile.pageContainer );
158158

159159
ui.nextPage.one( "pageshow", function() {
160-
nextFooter.add( nextHeader ).appendTo( this );
160+
nextHeader.prependTo( this );
161+
nextFooter.appendTo( this );
161162
});
162163
}
163164
}

0 commit comments

Comments
 (0)