...
|
...
|
@@ -111,6 +111,13 @@ plusstar = { |
|
|
};
|
|
|
|
|
|
$(function() {
|
|
|
|
|
|
if (!(window.queryString.app_version || window.queryString.appVersion)) {
|
|
|
$('.tab-nav').css({
|
|
|
'position': 'absolute'
|
|
|
});
|
|
|
}
|
|
|
|
|
|
if ($footer.length > 0) {
|
|
|
$footer.before(
|
|
|
'<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>'
|
...
|
...
|
|