release 0.5.28

This commit is contained in:
lumapu 2022-10-30 10:59:21 +01:00
parent 0721910fe3
commit 19f03356ba
2 changed files with 2 additions and 1 deletions

1
.github/FUNDING.yml vendored
View file

@ -1 +1,2 @@
ko_fi: lumapu
custom: "https://paypal.me/lupusch"

View file

@ -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";
}
}