mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
remove the 32000 px lock, thx to @smesher
This commit is contained in:
parent
4f743bdb01
commit
f871602754
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue