LengthTypo

This commit is contained in:
digital-gnome
2017-10-02 10:52:55 -04:00
parent 48a3e5eaa6
commit c35face630

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>