From 64542fc8035b71252dd7d8678dd82e1a910a76c4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 12 Apr 2014 14:01:07 +0200 Subject: Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update to jQuery-2.1.0 --- skins/classic/functions.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'skins/classic/functions.js') diff --git a/skins/classic/functions.js b/skins/classic/functions.js index 049e4d5d4..144923d0d 100644 --- a/skins/classic/functions.js +++ b/skins/classic/functions.js @@ -155,11 +155,6 @@ show_popupmenu: function(popup, show) } obj[show?'show':'hide'](); - - if (bw.ie6 && this.popups[popup].overlap) { - $('select').css('visibility', show?'hidden':'inherit'); - $('select', obj).css('visibility', 'inherit'); - } }, dragmenu: function(show) @@ -319,9 +314,6 @@ listmenu: function(show) } }); $('#listmenu fieldset').css("min-height", maxheight+"px") - // IE6 complains if you set this attribute using either method: - //$('#listmenu fieldset').css({'height':'auto !important'}); - //$('#listmenu fieldset').css("height","auto !important"); .height(maxheight); }; }, @@ -470,7 +462,7 @@ switch_preview_pane: function(elem) } else { prev_frm.hide(); - if (bw.ie6 || bw.ie7) { + if (bw.ie7) { var fr = document.getElementById('mailcontframe'); fr.style.bottom = 0; fr.style.height = parseInt(fr.parentNode.offsetHeight)+'px'; -- cgit v1.2.3