diff -r b1e2dfc7a740 -r 404f876827ad src/js/widgets/segmentsWidget.js --- a/src/js/widgets/segmentsWidget.js Mon Jan 16 18:49:45 2012 +0100 +++ b/src/js/widgets/segmentsWidget.js Mon Jan 16 18:50:30 2012 +0100 @@ -47,9 +47,9 @@ this.selector.append(Mustache.to_html(IriSP.overlay_marker_template)); var view_type = this._serializer.getChapitrage(); - if (typeof(view_type) === "undefined") - view_type = this._serializer.getNonTweetIds()[0]; - + if (typeof(view_type) === "undefined") { + view_type = this._serializer.getNonTweetIds()[0]; + } this.positionMarker = this.selector.children(":first"); this._Popcorn.listen("timeupdate", IriSP.wrap(this, this.positionUpdater)); @@ -101,8 +101,10 @@ var hexa_color = IriSP.DEC_HEXA_COLOR(color); + /* if (hexa_color === "FFCC00") hexa_color = "333"; + */ if (hexa_color.length == 4) hexa_color = hexa_color + '00';