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

View File

@ -3,6 +3,9 @@
Version 1.3 ()
------------------------------------------------------------------------
* Make browser compatibility plugin bail out for IE7. Thanks to
Freudi from the forums.
* Add possibility to spartacus to upload files via FTP. This can
bypass Safe_mode restrictions on your server to make Spartacus
work for you. (VladaAjgl)

View File

@ -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;