diff --git a/workflow/engine/templates/processes/mainLoad.php b/workflow/engine/templates/processes/mainLoad.php index 1d85844cb..2e73d2dc4 100755 --- a/workflow/engine/templates/processes/mainLoad.php +++ b/workflow/engine/templates/processes/mainLoad.php @@ -29,6 +29,9 @@ oClientWinSize = getClientWindowSize(); height = oClientWinSize.height-105; oCasesFrame.style.height = height; + if (oCasesFrame.height ) { + oCasesFrame.height = height; + } //oCasesSubFrame = oCasesFrame.contentWindow.document.getElementById('casesSubFrame'); //oCasesSubFrame.style.height = height-10; }