aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
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);