mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Mantis 83
Monotone-Parent: 0225c4a89ef891800df91c4029034783afc00cf7 Monotone-Revision: 4009db4e2bd5b1c933ea9b2c942a6a98e39e245f Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-29T13:54:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -749,7 +749,8 @@ function onWindowResize(event) {
|
||||
var height = Math.floor(window.height() - editor.offsetTop);
|
||||
|
||||
if (Prototype.Browser.IE) {
|
||||
editor.style.top = 0;
|
||||
editor.style.width = '';
|
||||
editor.style.height = '';
|
||||
height += 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user