ToastFreeware
/
philipp
/
winterrodeln
/
mediawiki_extensions
/
wrmap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f701f5
)
Disable functionality.
author
Philipp Spitzer
<philipp@spitzer.priv.at>
Mon, 21 May 2018 21:41:15 +0000
(23:41 +0200)
committer
Philipp Spitzer
<philipp@spitzer.priv.at>
Tue, 22 May 2018 20:48:20 +0000
(22:48 +0200)
wrmap.js
patch
|
blob
|
history
diff --git
a/wrmap.js
b/wrmap.js
index 24d42e51bd7f1b39af6d03097cb6570b31b238a2..69196e31a7b74bdca8d0376d66bd43cd77438e33 100644
(file)
--- 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 <div> elements
jq_maps.each(init_wrmap);
+ */
}