aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenStreetMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/map-OpenStreetMap.js')
-rw-r--r--web/js/map-OpenStreetMap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenStreetMap.js b/web/js/map-OpenStreetMap.js
index 92d98ea4c..58117aabf 100644
--- a/web/js/map-OpenStreetMap.js
+++ b/web/js/map-OpenStreetMap.js
@@ -37,7 +37,7 @@ OpenLayers.Util.onImageLoadError = function() {
} else if (this.src.match(/^http:\/\/[def]\.tah\.openstreetmap\.org\//)) {
// do nothing - this layer is transparent
} else {
- OpenLayers.Util.OSM.originalOnImageLoadError;
+ OpenLayers.Util.OSM.originalOnImageLoadError();
}
};