correction timer

This commit is contained in:
0nano
2022-10-17 18:47:45 +02:00
parent 2617640d59
commit 004f97e34e

View File

@@ -32,7 +32,7 @@ function aspect(matchs) {
$("#nextMatch").append(cap);
}
//show direct match with a gap of 20 min
if(date < Date.now() && date > (Date.now() - 1200000)){
if(date < Date.now() && date > (Date.now() - 1800000)){
let tname = JSON.parse(match['teams_name'])
let tscore = JSON.parse(match['scores'])