From e8fc9a05995c876ed9e8d21f7abdfddbeb07ceeb Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Mon, 21 May 2018 23:41:15 +0200 Subject: [PATCH] Disable functionality. --- wrmap.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wrmap.js b/wrmap.js index 24d42e5..69196e3 100644 --- a/wrmap.js +++ b/wrmap.js @@ -1,5 +1,5 @@ "use strict"; - +/* // "User defined" popup class to be able to specify a minimum size for the popup, // so that Safari 7.0 displays it correctly (see ticket #89). OpenLayers.Popup.WrInfo = OpenLayers.Class(OpenLayers.Popup.FramedCloud, { @@ -341,11 +341,13 @@ function init_wrmap(i, jq_map) { } })); } - +*/ function init_wrmaps() { + /* var jq_maps = $('.wrmap'); // all wrmap
elements jq_maps.each(init_wrmap); + */ } -- 2.30.2