Changeset 4417
- Timestamp:
- Wed Feb 1 19:04:38 2006
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/campsite/implementation/management/javascript/xinha/popups/popup.js
r4130 r4417 72 72 // window.dialogHeight = body.offsetHeight + 50 + "px"; 73 73 // window.dialogWidth = body.offsetWidth + "px"; 74 75 // Paul Baranowski: Added next three lines to deal with 76 // incorrectly sized IE popups. 77 if (HTMLArea.is_ie) { 78 body_height += 40; 79 } 74 80 window.resizeTo(body.offsetWidth, body_height); 75 81 var ch = body.clientHeight;