mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 07:32:44 +00:00
Improved support for IE8/9
This commit is contained in:
@@ -625,7 +625,7 @@ function onWindowResize(event) {
|
||||
|
||||
// Resize address fields
|
||||
var addresslist = $('addressList');
|
||||
addresslist.setStyle({ width: ($(window).width() - attachmentswidth - 10) + 'px' });
|
||||
addresslist.setStyle({ width: (totalwidth - attachmentswidth - 10) + 'px' });
|
||||
|
||||
// Set textarea position
|
||||
var hr = headerarea.select("hr").first();
|
||||
|
||||
Reference in New Issue
Block a user