Skip to content

Commit

Permalink
Bugfix #239: Remove max height in ace
Browse files Browse the repository at this point in the history
  • Loading branch information
sMesHer authored and zeha committed Oct 3, 2011
1 parent 0abfd26 commit fee42f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infrastructure/ace/www/ace2_inner.js
Expand Up @@ -3874,8 +3874,6 @@ function OUTER(gscope) {
else {
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");
Expand Down

0 comments on commit fee42f1

Please sign in to comment.