Commit f38d945a authored by PkSM3's avatar PkSM3

prevcomm: try 2

parent b7a565a7
...@@ -86,8 +86,9 @@ function sigmaLimits(){ ...@@ -86,8 +86,9 @@ function sigmaLimits(){
if((anchototal-sidebar)>0) { if((anchototal-sidebar)>0) {
if($('#leftcolumn').css('right')>0) if($('#leftcolumn').css('right')>0)
$('#sigma-example').width(anchototal-sidebar); $('#sigma-example').width(anchototal-sidebar);
else $('#sigma-example').css('width', '100%');
} }
$('#sigma-example').height(altototal-altofixtop-altodeftop-10); $('#sigma-example').height(altototal-altofixtop-altodeftop);
pw=$('#sigma-example').width(); pw=$('#sigma-example').width();
ph=$('#sigma-example').height(); ph=$('#sigma-example').height();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment