...
|
...
|
@@ -116,12 +116,13 @@ $(function() { |
|
|
$('.tab-nav').css({
|
|
|
position: 'absolute'
|
|
|
});
|
|
|
}
|
|
|
|
|
|
if ($footer.length > 0) {
|
|
|
$footer.before(
|
|
|
$footer.css({
|
|
|
"max-width": "650px"
|
|
|
}).before(
|
|
|
'<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>'
|
|
|
);
|
|
|
}
|
|
|
|
|
|
plusstar.init();
|
|
|
}); |
...
|
...
|
|