src/js/LdtPlayer.js
branchpopcorn-port
changeset 90 1ea53c071ebe
parent 71 7bc3a4651ec3
--- a/src/js/LdtPlayer.js	Tue Oct 18 15:40:29 2011 +0200
+++ b/src/js/LdtPlayer.js	Tue Oct 18 15:40:46 2011 +0200
@@ -603,7 +603,7 @@
 					IriSP.jQuery("#Ldt-SaKeywordText").html("Mots clefs : "+annotationTempo.htmlTags);
 					
 					//__IriSP.jQuery('#Ldt-ShowAnnotation').slideDown();
-					var startPourcent 	= annotationTempo.timeToPourcent((annotationTempo.begin*1+(annotationTempo.end*1-annotationTempo.begin*1)/2),annotationTempo.duration*1); 
+					var startPourcent = annotationTempo.timeToPourcent((annotationTempo.begin*1+(annotationTempo.end*1-annotationTempo.begin*1)/2),annotationTempo.duration*1); 
 					IriSP.jQuery("#Ldt-Show-Arrow").animate({left:startPourcent+'%'},1000);
 					IriSP.jQuery("#"+annotationTempo.id).animate({alpha:'100%'},1000);
 					//alert(startPourcent);