From e12a547eb956881a5fe0f3a91be9f7172dfb3546 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 23 Apr 2007 10:00:09 +0100 Subject: block resize_headlines in MSIE: broken --- functions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 608284dc4..e7e211edd 100644 --- a/functions.js +++ b/functions.js @@ -7,6 +7,10 @@ function browser_has_opacity() { navigator.userAgent.match("Opera") != null; } +function is_msie() { + return navigator.userAgent.match("MSIE"); +} + function is_opera() { return navigator.userAgent.match("Opera"); } -- cgit v1.2.3