LengthTypo

pull/2077/head
digital-gnome 2017-10-02 10:52:55 -04:00
parent 48a3e5eaa6
commit c35face630
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ if ( $Event->DefaultVideo() ) {
addVideoTimingTrack(document.getElementById('videoobj'), LabelFormat, monitorName, duration, startTime);
nearEventsQuery( eventData.Id );
vjsReplay(<?php echo (strtotime($Event->StartTime()) + $Event->LEngth())*1000 ?>);
vjsReplay(<?php echo (strtotime($Event->StartTime()) + $Event->Length())*1000 ?>);
</script>
<p id="replayAllCountDown"></p>