| branch | popcorn-port |
| changeset 829 | ae16691d183d |
| parent 827 | 1dc2f85c3b89 |
| child 834 | 573c7ca752e0 |
--- a/src/js/widgets/segmentsWidget.js Mon Mar 05 18:11:58 2012 +0100 +++ b/src/js/widgets/segmentsWidget.js Tue Mar 06 13:26:51 2012 +0100 @@ -50,7 +50,7 @@ if (typeof(view_type) === "undefined") { view_type = this._serializer.getNonTweetIds()[0]; } - this.positionMarker = this.selector.children(":first"); + this.positionMarker = this.selector.find(".Ldt-SegmentPositionMarker"); this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.positionUpdater));