mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:30:41 +02:00
Clean-up javascript formatting
This commit is contained in:
parent
e96cad230a
commit
f5e14565b8
1 changed files with 22 additions and 24 deletions
|
@ -14,8 +14,7 @@ $(document).ready(function(){
|
|||
return html;
|
||||
}
|
||||
|
||||
function uploadNextChunk(file, offset)
|
||||
{
|
||||
function uploadNextChunk(file, offset) {
|
||||
if (offset == undefined) {
|
||||
offset = 0;
|
||||
}
|
||||
|
@ -106,7 +105,6 @@ $(document).ready(function(){
|
|||
|
||||
showSpinnerAlert("Uploading content to restore");
|
||||
|
||||
|
||||
uploadNextChunk(files[0]);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue