remove the 32000 px lock, thx to @smesher

pull/35/head
Peter 'Pita' Martischka 2011-07-14 18:38:29 +01:00
parent 4f743bdb01
commit f871602754
1 changed files with 0 additions and 2 deletions

View File

@ -4655,8 +4655,6 @@ function OUTER(gscope)
{
if (newWidth < viewWidth) newWidth = viewWidth;
}
if (newHeight > 32000) newHeight = 32000;
if (newWidth > 32000) newWidth = 32000;
setIfNecessary(iframe.style, "height", newHeight + "px");
setIfNecessary(iframe.style, "width", newWidth + "px");
setIfNecessary(sideDiv.style, "height", newHeight + "px");