browser compat not needed for IE7
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
var supported = /MSIE ((5\.5)|[6789])/.test(navigator.userAgent) &&
|
||||
var supported = /MSIE ((5\.5)|[6])/.test(navigator.userAgent) &&
|
||||
navigator.platform == "Win32";
|
||||
|
||||
var realSrc;
|
||||
|
||||
Reference in New Issue
Block a user