From 0a011e426f899f8bab7b8867ce8c4cf3b7675852 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 12 Dec 2007 10:06:31 +0000 Subject: [PATCH] browser compat not needed for IE7 --- docs/NEWS | 3 +++ plugins/serendipity_event_browsercompatibility/pngbehavior.htc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index f4c106da..f3e59e34 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -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) diff --git a/plugins/serendipity_event_browsercompatibility/pngbehavior.htc b/plugins/serendipity_event_browsercompatibility/pngbehavior.htc index ba33b5c6..5c63df46 100644 --- a/plugins/serendipity_event_browsercompatibility/pngbehavior.htc +++ b/plugins/serendipity_event_browsercompatibility/pngbehavior.htc @@ -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;