mdash
This commit is contained in:
parent
80b9e462f8
commit
964c9406ba
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ws.addEventListener('message', (event) => {
|
|||
request_time = new Date()
|
||||
divs[data.property].innerHTML = `${request_time.format('dd mmm HH:MM:ss')}`
|
||||
}else{
|
||||
divs[data.propery].innerHTML = `—`
|
||||
divs[data.property].innerHTML = `—`
|
||||
hit_started = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue