fix: improved product information indexing
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ while (await new Promise(o => setTimeout(o, 1000, true))) {
|
||||
$('#statusLabel').innerText = status ? status.charAt(0).toUpperCase() + status.slice(1).toLowerCase() : '';
|
||||
|
||||
switch (status) {
|
||||
case 'IDLE':
|
||||
case 'BUSY':
|
||||
continue;
|
||||
case 'READY':
|
||||
$('#begin > span.text').innerText = 'Begin';
|
||||
|
||||
Reference in New Issue
Block a user