Changeset 563
- Timestamp:
- 09/06/06 14:08:45 (7 years ago)
- Files:
-
- 1 modified
-
trunk/popups/popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/popups/popup.js
r504 r563 79 79 } else { 80 80 var docElm = document.documentElement ? document.documentElement : null; 81 var body_height = body.scrollHeight;81 var body_height = docElm && docElm.scrollTop ? docElm.scrollHeight : body.scrollHeight; 82 82 83 83 window.resizeTo(body.scrollWidth, body_height);
