summaryrefslogtreecommitdiff
path: root/itjs.php
diff options
context:
space:
mode:
Diffstat (limited to 'itjs.php')
-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))
{