removing small bugs
This commit is contained in:
@ -16,6 +16,8 @@
|
||||
<button onclick="startSequence()">Play</button>
|
||||
<label >Loaded: </label>
|
||||
<label id="loaded"></label>
|
||||
<label >File playing: </label>
|
||||
<label id="fplay"></label>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="track_select_div">
|
||||
@ -97,6 +99,7 @@
|
||||
if(selected.id !== data.track) return; //Nur wenn abgespielter track ausgewählt
|
||||
timenow = data.time.lmilliseconds;
|
||||
$("#actualtime").html(data.time.lhours + ":" + data.time.lminutes + ":" + data.time.lseconds + ":" + data.time.lframe);
|
||||
$("#fplay").html(data.filePlaying);
|
||||
});
|
||||
|
||||
$("#track_select").on("change", function () {
|
||||
|
Reference in New Issue
Block a user