Restore empty new line to fix conflict
This commit is contained in:
@@ -1386,6 +1386,7 @@ function bytesToHumanReadable(bytes, dp=1) {
|
||||
return (bytes / Math.pow(1024, i)).toFixed(dp) * 1 + ' ' + ['b', 'kb', 'mb', 'gb', 'tb'][i];
|
||||
}
|
||||
|
||||
|
||||
function main() {
|
||||
// Hide startup loading message
|
||||
document.getElementById("loadingscene").classList.add("hidden");
|
||||
|
||||
Reference in New Issue
Block a user