diff --git a/creator/index.html b/creator/index.html index 81629e2..2cd8d9f 100644 --- a/creator/index.html +++ b/creator/index.html @@ -51,8 +51,8 @@

A little help with creating timelines ...

- - + + diff --git a/js/view.js b/js/view.js index 370b873..318c560 100644 --- a/js/view.js +++ b/js/view.js @@ -124,7 +124,7 @@ var TimelinerView = Backbone.View.extend({ this.map.geoJsonLayerOptions.pointToLayer = function(feature, latlng) { var marker = new L.Marker(latlng); - var record = this.model.records.getByCid(feature.properties.cid); + var record = this.model.records.get(feature.properties.cid); var recordAttr = record.toJSON(); marker.bindLabel(recordAttr.title); diff --git a/vendor/recline b/vendor/recline index 474b459..8f0fe6e 160000 --- a/vendor/recline +++ b/vendor/recline @@ -1 +1 @@ -Subproject commit 474b4595c31463b7930a2f53487cf5616e34c3df +Subproject commit 8f0fe6e5ef0d23acb03199145171bdc88e54c83c diff --git a/view/index.html b/view/index.html index acd8d78..bf3d5e5 100644 --- a/view/index.html +++ b/view/index.html @@ -92,10 +92,10 @@

Embed Instructions

- + - - + +