aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
authormatthew <matthew>2007-05-01 16:24:40 +0000
committermatthew <matthew>2007-05-01 16:24:40 +0000
commit6177cdfd1be022d9c45ce285651e2016c2a730bd (patch)
treef7a8b2bb7ec2384a9d9f04f6aa9d54df80827495 /web/js.js
parent66fcaf983d03babdef9e3279666989d3b1890591 (diff)
Note stderr suppression not working; commit some old locale fix-it code,
and a couple of bugfixes.
Diffstat (limited to 'web/js.js')
-rw-r--r--web/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js.js b/web/js.js
index 047dc9d9e..eb3a52ea1 100644
--- a/web/js.js
+++ b/web/js.js
@@ -37,7 +37,7 @@ YAHOO.util.Event.onContentReady('compass', function() {
YAHOO.util.Event.onContentReady('map', function() {
var ua=navigator.userAgent.toLowerCase();
- if (document.getElementById('mapForm') && /safari/.test(ua)) return;
+ if (document.getElementById('mapForm') && (/safari/.test(ua) || /Konqueror/.test(ua))) return;
new YAHOO.util.DDMap('map');
update_tiles(0, 0, true);