From: Jan Schneider Date: Mon, 7 Dec 2009 17:14:40 +0000 (+0100) Subject: Allow for real IE8 support. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=12042c0200c3f3be263b4c20801e37efd0842630;p=horde.git Allow for real IE8 support. --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index c19d449df..c01865b15 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -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');