From 30b9d91de205bc960af631aaf490030eb8193d62 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 15 May 2024 16:57:18 +0200 Subject: remove ancient IE compatibility hack (with broken URL) --- itjs.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'itjs.php') diff --git a/itjs.php b/itjs.php index b777c3c..4a1981d 100644 --- a/itjs.php +++ b/itjs.php @@ -68,11 +68,6 @@ else if (it::match('\.css', $lastfile)) ), $data ); - if ((($ie = it::match('MSIE (\d+)', $_SERVER['HTTP_USER_AGENT'])) && intval($ie) < 9) || EDC('iecompat')) - $data = it::replace(array( - '([;{]\s*)(background-size:[^;}])' => '\1behavior:url(/itjs/ie-backgroundsize-min.htc);\2'), - $data - ); } else if (it::match('\.htc$', $lastfile)) { -- cgit v1.2.3