1.9.4 Querystring support for required parameters

This commit is contained in:
Trevor Squillario 2012-04-03 12:40:13 -04:00
parent a0df9b6197
commit 0f124285e6

View file

@ -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) {