Allow for real IE8 support.
authorJan Schneider <jan@horde.org>
Mon, 7 Dec 2009 17:14:40 +0000 (18:14 +0100)
committerJan Schneider <jan@horde.org>
Mon, 7 Dec 2009 17:14:40 +0000 (18:14 +0100)
kronolith/lib/Kronolith.php

index c19d449..c01865b 100644 (file)
@@ -79,9 +79,6 @@ class Kronolith
         Horde::addScriptFile('date.js', 'kronolith');
         Horde::addScriptFile('kronolith.js', 'kronolith');
 
-        // No IE 8 code at the moment.
-        header('X-UA-Compatible: IE=7');
-
         if (isset($GLOBALS['language'])) {
             header('Content-type: text/html; charset=' . Horde_Nls::getCharset());
             header('Vary: Accept-Language');