Compare commits
1 Commits
b3240631f6
...
f5a70470d2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5a70470d2 |
@@ -7,7 +7,6 @@
|
||||
<link rel="stylesheet" href="custom.css">
|
||||
|
||||
<script type="text/javascript">
|
||||
'use strict';
|
||||
function hexToRgb(value) {
|
||||
var aRgbHex = value.substring(1).match(/.{1,2}/g);
|
||||
var aRgb = [
|
||||
@@ -56,7 +55,7 @@
|
||||
document.getElementById('tempo').value = status.features.tempo.bpm;
|
||||
let regions = status.features.region;
|
||||
let regLen = regions.length;
|
||||
for(let i = 0; i < regLen; i++) {
|
||||
for(i = 0; i < regLen; i++) {
|
||||
if (regions[i]) {
|
||||
document.getElementById('region_' + i).classList.remove('region_off');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user