Update app.js
parent
75068465d9
commit
e657802cf2
|
|
@ -103,7 +103,8 @@ function showLog() {
|
|||
draw : (idx, r) => {
|
||||
g.setBgColor((idx&1)?"#000":"#112").clearRect(r.x,r.y,r.x+r.w-1,r.y+r.h-1);
|
||||
if(log[idx].matchEvent==/*LANG*/"Over Duration"
|
||||
|| log[idx].matchEvent==/*LANG*/"Innings Duration"){
|
||||
|| log[idx].matchEvent==/*LANG*/"Innings Duration"
|
||||
|| log[idx].matchEvent==/*LANG*/"New Innings"){
|
||||
g.setFont("Vector", 22).drawString(
|
||||
log[idx].matchEvent,r.x+6,r.y+2);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue