Fix for issue 1198.

- Added the mobile namespace to the pageContainer reference. I think we may have missed this during the sweep when we added the mobile namespace.
This commit is contained in:
Kin Blas 2011-03-07 09:27:57 -08:00
parent 5fd1e70218
commit c85a9c3d00

View file

@ -119,7 +119,7 @@ $.fixedToolbars = (function(){
stickyFooter.addClass('ui-sticky-footer').before(footer);
}
footer.addClass('ui-footer-duplicate');
stickyFooter.appendTo($.pageContainer).css('top',0);
stickyFooter.appendTo($.mobile.pageContainer).css('top',0);
setTop(stickyFooter);
}
});
@ -260,4 +260,4 @@ $.fixedToolbars = (function(){
};
})();
})(jQuery);
})(jQuery);