browser compat not needed for IE7
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user