diff -r 0e6a4d1e4dbe -r 73bce42a3ed3 src/js/widgets/segmentsWidget.js --- a/src/js/widgets/segmentsWidget.js Wed Oct 26 17:21:35 2011 +0200 +++ b/src/js/widgets/segmentsWidget.js Thu Oct 27 11:22:49 2011 +0200 @@ -102,10 +102,10 @@ for (var id in matches) { var factor = matches[id] * 8; IriSP.jQuery("#"+id).dequeue(); - IriSP.jQuery("#"+id).animate({height: factor},200); + IriSP.jQuery("#"+id).animate({height: factor}, 200); IriSP.jQuery("#"+id).css('border','2px'); IriSP.jQuery("#"+id).css('border-color','red'); - IriSP.jQuery("#"+id).animate({opacity:0.6},200); + IriSP.jQuery("#"+id).animate({opacity:0.6}, 200); //IriSP.jQuery("#LdtSearchInput").css('background-color','#e1ffe1'); }