aboutsummaryrefslogtreecommitdiffstats
path: root/web/js.js
diff options
context:
space:
mode:
authormatthew <matthew>2008-09-19 10:24:55 +0000
committermatthew <matthew>2008-09-19 10:24:55 +0000
commit6708e7dd9b259207c613bb08b693d0ee5a1f2f0d (patch)
tree35d6c887c93a4a76e47400fa158dd35b58c32273 /web/js.js
parent2b7fa24af368a4b66893fa5a26ff849807f5d427 (diff)
Nicer URLs for reports.
Diffstat (limited to 'web/js.js')
-rw-r--r--web/js.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js.js b/web/js.js
index 8a29f34eb..ebe6e86f4 100644
--- a/web/js.js
+++ b/web/js.js
@@ -26,7 +26,7 @@ function compass_pan(e, a) {
YAHOO.util.Event.onContentReady('compass', function() {
var ua=navigator.userAgent.toLowerCase();
- if (document.getElementById('mapForm') && (/safari/.test(ua) || /Konqueror/.test(ua))) return;
+ // if (document.getElementById('mapForm') && (/safari/.test(ua) || /Konqueror/.test(ua))) return;
if (document.getElementById('map').offsetWidth > 510) return;
var points = this.getElementsByTagName('a');
@@ -43,7 +43,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) || /Konqueror/.test(ua))) return;
+ // if (document.getElementById('mapForm') && (/safari/.test(ua) || /Konqueror/.test(ua))) return;
if (document.getElementById('map').offsetWidth > 510) return;
new YAHOO.util.DDMap('map');