mirror of
https://github.com/appen-isen/site-interpromos.git
synced 2026-03-18 21:40:36 +01:00
correction timer
This commit is contained in:
@@ -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'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user