1.9.4 Querystring support for required parameters
This commit is contained in:
parent
a0df9b6197
commit
0f124285e6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function resizeContent() {
|
||||||
$('.smsection').css({ 'height': (($(window).height() - 152)) + 'px' });
|
$('.smsection').css({ 'height': (($(window).height() - 152)) + 'px' });
|
||||||
var smheight = $('.smsection').height();
|
var smheight = $('.smsection').height();
|
||||||
var smwidth = $('.smsection').width();
|
var smwidth = $('.smsection').width();
|
||||||
$('#BottomContainer').css({ 'top': smheight + 34 + 'px' });
|
$('#BottomContainer').css({ 'top': smheight + 35 + 'px' });
|
||||||
if ($.cookie('sidebar')) {
|
if ($.cookie('sidebar')) {
|
||||||
var tabwidth = $(window).width() - 268;
|
var tabwidth = $(window).width() - 268;
|
||||||
if (tabwidth >= 700) {
|
if (tabwidth >= 700) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue