resolved bug 1193

This commit is contained in:
Richard Yujra
2015-01-15 14:29:05 -04:00
parent 55469caf8e
commit ff030687f4

View File

@@ -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;
}