From 282c74ab2bf6b9b7c0ea19cd86abe2515fbef069 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 18 Jun 2009 11:40:08 -0600 Subject: [PATCH] Don't need IE8 workarounds with prototypejs 1.6.1 --- imp/lib/DIMP.php | 7 ------- imp/templates/common-header.inc | 4 ---- 2 files changed, 11 deletions(-) diff --git a/imp/lib/DIMP.php b/imp/lib/DIMP.php index 4300be2ab..a7ce633a7 100644 --- a/imp/lib/DIMP.php +++ b/imp/lib/DIMP.php @@ -99,13 +99,6 @@ class DIMP (!empty($GLOBALS['language']) ? '\n". "\n"; - // TODO: Make dimp work with IE 8 standards mode - // Needs prototypejs 1.6.0.4 - if ($GLOBALS['browser']->isBrowser('msie') && - ($GLOBALS['browser']->getMajor() == 8)) { - echo '' . "\n"; - } - echo '' . htmlspecialchars($page_title) . "\n" . '\n"; include IMP_BASE . '/templates/javascript_defs_dimp.php'; diff --git a/imp/templates/common-header.inc b/imp/templates/common-header.inc index dc86de12f..569dd1af8 100644 --- a/imp/templates/common-header.inc +++ b/imp/templates/common-header.inc @@ -13,10 +13,6 @@ if (!empty($title)) $page_title .= ' :: ' . $title; if (!empty($refresh_time) && !empty($refresh_url)) { echo "\n"; } -if ($GLOBALS['browser']->isBrowser('msie') && - ($GLOBALS['browser']->getMajor() == 8)) { - echo '' . "\n"; -} echo Horde_Util::bufferOutput('require', IMP_TEMPLATES . '/javascript_defs.php'); IMP::includeScriptFiles(); IMP::includeStylesheetFiles(!empty($printer_friendly)); -- 2.11.0