diff options
author | matthew <matthew> | 2007-05-01 16:24:40 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-01 16:24:40 +0000 |
commit | 6177cdfd1be022d9c45ce285651e2016c2a730bd (patch) | |
tree | f7a8b2bb7ec2384a9d9f04f6aa9d54df80827495 /web/js.js | |
parent | 66fcaf983d03babdef9e3279666989d3b1890591 (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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |