| branch | slider-port |
| changeset 229 | 808768eb5930 |
| parent 223 | f14172bdea28 |
| child 238 | 6008172a0592 |
| child 300 | a50aea26ec89 |
--- a/src/js/widgets/segmentsWidget.js Thu Nov 10 17:25:30 2011 +0100 +++ b/src/js/widgets/segmentsWidget.js Thu Nov 10 17:34:20 2011 +0100 @@ -18,7 +18,7 @@ var annotations = this._serializer._data.annotations; this.selector.css("overflow", "auto"); // clear the floats - FIXME : to refactor ? - this.selector.append(Mustache.to_html(IriSP.segment_marker_template)); + this.selector.append(Mustache.to_html(IriSP.overlay_marker_template)); this.positionMarker = this.selector.children(":first");