1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Masterserver uptime fix

This commit is contained in:
proller 2013-11-05 21:17:33 +04:00
parent 2e89209cf1
commit 6f44492238
2 changed files with 3 additions and 2 deletions

View file

@ -19,6 +19,7 @@ function humanTime(seconds) {
return (seconds / conv[i]).toFixed(1) + i;
}
}
return seconds + 's';
}
function escapeHTML(str) {