1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Restore empty new line to fix conflict

This commit is contained in:
MatthewHana 2024-03-18 18:59:40 +11:00
parent ffebbf1928
commit a49454d36e

View file

@ -1386,6 +1386,7 @@ function bytesToHumanReadable(bytes, dp=1) {
return (bytes / Math.pow(1024, i)).toFixed(dp) * 1 + ' ' + ['b', 'kb', 'mb', 'gb', 'tb'][i]; return (bytes / Math.pow(1024, i)).toFixed(dp) * 1 + ' ' + ['b', 'kb', 'mb', 'gb', 'tb'][i];
} }
function main() { function main() {
// Hide startup loading message // Hide startup loading message
document.getElementById("loadingscene").classList.add("hidden"); document.getElementById("loadingscene").classList.add("hidden");