From 7d15a816b1d237be809f1e3c289c921e04f583e9 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 22 Jun 2010 16:20:32 +0200 Subject: [PATCH] We don't support IE6. --- kronolith/js/kronolith.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index b9848aeda..afd69ffce 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -5778,17 +5778,6 @@ KronolithCore = { Horde_ToolTips.detach(button); Horde_ToolTips.attach(button); }.bindAsEventListener(this)); - - if (Kronolith.conf.is_ie6) { - /* Disable text selection in preview pane for IE 6. */ - document.observe('selectstart', Event.stop); - - /* Since IE 6 doesn't support hover over non-links, use javascript - * events to replicate mouseover CSS behavior. */ - $('foobar').compact().invoke('select', 'LI').flatten().compact().each(function(e) { - e.observe('mouseover', e.addClassName.curry('over')).observe('mouseout', e.removeClassName.curry('over')); - }); - } } }; -- 2.11.0