mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
release 0.5.28
This commit is contained in:
parent
0721910fe3
commit
19f03356ba
2 changed files with 2 additions and 1 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1 +1,2 @@
|
||||||
|
ko_fi: lumapu
|
||||||
custom: "https://paypal.me/lupusch"
|
custom: "https://paypal.me/lupusch"
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
if(false == i["is_avail"]) {
|
if(false == i["is_avail"]) {
|
||||||
if(i["ts_last_success"] > 0) {
|
if(i["ts_last_success"] > 0) {
|
||||||
var date = new Date(i["ts_last_success"] * 1000);
|
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
Reference in a new issue