diff options
Diffstat (limited to 'itjs.php')
-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)) { |