summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-23 10:00:09 +0100
committerAndrew Dolgov <[email protected]>2007-04-23 10:00:09 +0100
commite12a547eb956881a5fe0f3a91be9f7172dfb3546 (patch)
tree69723cd94e9d1d6a2d2b9a2d63441ef0c3e92b6a /functions.js
parenta3df793b88998e3fa6e43f3fc24c274958394aef (diff)
block resize_headlines in MSIE: broken
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 4 insertions, 0 deletions
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");
}