Archived
1
0

browser compat not needed for IE7

This commit is contained in:
Garvin Hicking
2007-12-12 10:06:31 +00:00
parent c24d2b9b62
commit 6822e4e287
2 changed files with 4 additions and 1 deletions
@@ -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;