Skip to content

Commit

Permalink
bru-
Browse files Browse the repository at this point in the history
  • Loading branch information
sealldeveloper committed Oct 3, 2023
1 parent 278787f commit a9cffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/valueconverter.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3 class="m-3">Output</h3>
var bpm = Number($('#bpm').val());
var convertFactor = 240000*timeSig;
var looptime = (convertFactor*bars)/bpm;
$('#looptime').innerHTML = looptime;
$('#looptime').html(looptime);
})
</script>
<h3 style="padding-bottom:5px"></h3>
Expand Down

0 comments on commit a9cffe5

Please sign in to comment.