mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 02:14:44 +00:00
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:
parent
5fd1e70218
commit
c85a9c3d00
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue