diff -r 0a68395f7e12 -r ef4e6b0fec17 src/js/widgets/segmentsWidget.js --- a/src/js/widgets/segmentsWidget.js Fri Dec 02 12:11:23 2011 +0100 +++ b/src/js/widgets/segmentsWidget.js Fri Dec 02 15:41:39 2011 +0100 @@ -129,7 +129,7 @@ IriSP.SegmentsWidget.prototype.clickHandler = function(annotation) { var begin = (+ annotation.begin) / 1000; - this._Popcorn.currentTime(Math.floor(begin)); + this._Popcorn.currentTime(Math.round(begin)); }; IriSP.SegmentsWidget.prototype.searchHandler = function(searchString) {