mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 14:26:11 +02:00
release 0.5.28
This commit is contained in:
parent
0721910fe3
commit
19f03356ba
2 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
if(false == i["is_avail"]) {
|
||||
if(i["ts_last_success"] > 0) {
|
||||
var date = new Date(i["ts_last_success"] * 1000);
|
||||
html += "-> last successful transmission: " + date.toLocaleString('de-DE');
|
||||
html += "-> last successful transmission: " + date.toLocaleString('de-DE') + "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue