* [bug] Fix bug for code editer.

This commit is contained in:
liyang
2024-07-08 11:02:23 +08:00
committed by 曹延义
parent 2577c7666e
commit 46404d84fe
+1 -1
View File
@@ -139,7 +139,7 @@ window.closeRelation = function()
*/
window.getIframeHeight = function()
{
if(iframeHeight) return iframeHeight;
if(typeof(iframeHeight) != 'undefined' && iframeHeight) return iframeHeight;
var windowHeight = $(window).height();
var headerHeight = parseInt($('#header').height());