summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2024-05-15 16:57:18 +0200
committerUrban Müller2024-05-15 16:57:18 +0200
commit30b9d91de205bc960af631aaf490030eb8193d62 (patch)
tree2668305096013e3eecde78fa91bd8416b2666e7a
parent1fe0c7cc79241881f312dde5850799fbed7777f4 (diff)
downloaditools-30b9d91de205bc960af631aaf490030eb8193d62.tar.gz
itools-30b9d91de205bc960af631aaf490030eb8193d62.tar.bz2
itools-30b9d91de205bc960af631aaf490030eb8193d62.zip
remove ancient IE compatibility hack (with broken URL)
-rw-r--r--itjs.php5
1 files changed, 0 insertions, 5 deletions
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))
{