mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 20:08:51 +00:00
Improved support for IE8/9
This commit is contained in:
@@ -42,7 +42,7 @@ var SOGoResizableTableInterface = {
|
||||
restore: function(relativeWidths) {
|
||||
if (Prototype.Browser.IE)
|
||||
while (SOGoResizableTable._stylesheet.styleSheet.rules.length)
|
||||
SOGoResizableTable._stylesheet.styleSheet.removeRule();
|
||||
SOGoResizableTable._stylesheet.styleSheet.removeRule(0);
|
||||
else
|
||||
while (SOGoResizableTable._stylesheet.firstChild)
|
||||
SOGoResizableTable._stylesheet.removeChild(SOGoResizableTable._stylesheet.firstChild);
|
||||
|
||||
Reference in New Issue
Block a user