Browse Source

unfin

master
parent
commit
cf16f1d0ab
  1. 2
      lib/modulekit/form
  2. 2
      lib/modulekit/lang
  3. 2
      modulekit
  4. 2
      src/CategoryOverpass.js
  5. 4
      src/index.js

2
lib/modulekit/form

@ -1 +1 @@
Subproject commit 464a0cbfab6acad402bc23e7f050bb01ca136b84
Subproject commit 8a2d3015ec181b14441037a79e7db3869453b135

2
lib/modulekit/lang

@ -1 +1 @@
Subproject commit eb4addba3c06cd2ffbb973fb9c8193a1af655aec
Subproject commit 89c651dbbbbd8464f78029d7479e9b719d302aae

2
modulekit

@ -1 +1 @@
Subproject commit 3726732cfa009857e14e63b471d4370a18f6b385
Subproject commit 8c875354b75c413e4ab3c45a97bc270dd86397fc

2
src/CategoryOverpass.js

@ -94,7 +94,7 @@ function CategoryOverpass (options, data) {
this.updatePopupContent(ob, ob.popup)
if (document.getElementById('content').className === 'details') {
if (document.getElementById('content').className === 'details open') {
showDetails(ob, this)
}
}.bind(this))

4
src/index.js

@ -234,6 +234,10 @@ function show (id, options, callback) {
})
}
function updateShowDetails (ob, data) {
console.log('update', ob, data)
}
window.showDetails = function (data, category) {
var div, h, dt, dd, li, a
var k

Loading…
Cancel
Save