hit_opened
This commit is contained in:
parent
0b5ba5b8c7
commit
991ca5545b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ ws.addEventListener('message', (event) => {
|
|||
if(data.value != null){
|
||||
hit_started = true
|
||||
hit_finished = false
|
||||
request_time = timeStamp()
|
||||
request_time = new Date()
|
||||
divs[data.property].innerHTML = `${request_time.format('dd mmm HH:MM:ss')}`
|
||||
}else{
|
||||
hit_started = false
|
||||
|
|
Loading…
Reference in a new issue