okfn / timemapper

Create and share elegant timelines and timemaps fast
http://timemapper.okfnlabs.org/
MIT License
273 stars 60 forks source link

Javascript error on embed #198

Closed codegliders closed 7 years ago

codegliders commented 7 years ago

If you try to open the embed window you get some errors in console: In leaflet label you get: this._update() is not a function In view.js you get $(...).modal is not a function

Any suggestions?

codegliders commented 7 years ago

Found a fix for In view.js you get $(...).modal is not a function In timemap.html change bootstrap version 2.0.2 with 2.3.2 since in leaflet current version there is no 2.0.2 bootstrap version, while there is 2.3.2

danfowler commented 7 years ago

Thanks. This is fixed. I actually linked to the 2.2.2 version on the CDN to match the version of Bootstrap CSS currently in use. Sorry for the delay!