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 d6ec8cf4d1
commit 0a011e426f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@
Version 1.3 () 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 * Add possibility to spartacus to upload files via FTP. This can
bypass Safe_mode restrictions on your server to make Spartacus bypass Safe_mode restrictions on your server to make Spartacus
work for you. (VladaAjgl) work for you. (VladaAjgl)
@@ -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"; navigator.platform == "Win32";
var realSrc; var realSrc;