End only support
This commit is contained in:
parent
53acf3a9e4
commit
de40bbc179
2 changed files with 9 additions and 0 deletions
|
@ -136,6 +136,11 @@ function loop() {
|
|||
item.text(gameTimeFormatter(Date.now() - item.attr("data-start")))
|
||||
})
|
||||
|
||||
$(".endEstimate").each((_, item) => {
|
||||
item = $(item)
|
||||
item.text(timeFormatter((item.attr("data-end") - Date.now())))
|
||||
})
|
||||
|
||||
loop()
|
||||
}, 1/spinSpeed * 1000);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue