diff options
author | Urban Müller | 2024-05-15 16:57:18 +0200 |
---|---|---|
committer | Urban Müller | 2024-05-15 16:57:18 +0200 |
commit | 30b9d91de205bc960af631aaf490030eb8193d62 (patch) | |
tree | 2668305096013e3eecde78fa91bd8416b2666e7a | |
parent | 1fe0c7cc79241881f312dde5850799fbed7777f4 (diff) | |
download | itools-30b9d91de205bc960af631aaf490030eb8193d62.tar.gz itools-30b9d91de205bc960af631aaf490030eb8193d62.tar.bz2 itools-30b9d91de205bc960af631aaf490030eb8193d62.zip |
remove ancient IE compatibility hack (with broken URL)
-rw-r--r-- | itjs.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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)) { |