From 860ed9251d4de2c460e45f0e9d7fb921f9b6d3c5 Mon Sep 17 00:00:00 2001 From: Shou Ya Date: Thu, 11 Oct 2012 13:36:34 +0800 Subject: [PATCH] local jquery lib using --- client/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/index.php b/client/index.php index 2b1dae2..ac755fd 100644 --- a/client/index.php +++ b/client/index.php @@ -20,7 +20,8 @@ function detect_ie(){ if(isset($_SERVER['HTTP_USER_AGENT']) && - (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) + (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE')) && + (!strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 9'))) return true; else return false; @@ -69,7 +70,7 @@ function detect_ie(){ - +