We don't support IE6.
authorJan Schneider <jan@horde.org>
Tue, 22 Jun 2010 14:20:32 +0000 (16:20 +0200)
committerJan Schneider <jan@horde.org>
Tue, 22 Jun 2010 15:36:33 +0000 (17:36 +0200)
kronolith/js/kronolith.js

index b9848ae..afd69ff 100644 (file)
@@ -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'));
-            });
-        }
     }
 
 };