Team:AUC TURKEY
From 2013hs.igem.org
(Difference between revisions)
Line 374: | Line 374: | ||
maxh = h > maxh ? h : maxh; | maxh = h > maxh ? h : maxh; | ||
} | } | ||
- | if (!(!opts.containerResize || !( maxw > 0 ) || !( maxh > 0 )) | + | if (!(!opts.containerResize || !( maxw > 0 ) || !( maxh > 0 ))) |
$cont.css({width:maxw+'px',height:maxh+'px'}); | $cont.css({width:maxw+'px',height:maxh+'px'}); | ||
- | if (!(!opts.containerResizeHeight || !( maxh > 0 )) | + | if (!(!opts.containerResizeHeight || !( maxh > 0 ))) |
$cont.css({height:maxh+'px'}); | $cont.css({height:maxh+'px'}); | ||
} | } |
Revision as of 13:29, 20 June 2013