fix intendation
This commit is contained in:
parent
44441b56d6
commit
658758c3f7
1 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ window.FileList={
|
|||
title += FileList.appName;
|
||||
// Sets the page title with the " - ownCloud" suffix as in templates
|
||||
window.document.title = title + ' - ' + oc_defaults.title;
|
||||
|
||||
|
||||
return true;
|
||||
},
|
||||
/**
|
||||
|
@ -874,7 +874,7 @@ window.FileList={
|
|||
|
||||
$(document).ready(function() {
|
||||
var baseDir,
|
||||
isPublic = !!$('#isPublic').val();
|
||||
isPublic = !!$('#isPublic').val();
|
||||
|
||||
// handle upload events
|
||||
var file_upload_start = $('#file_upload_start');
|
||||
|
@ -1160,6 +1160,6 @@ $(document).ready(function() {
|
|||
}
|
||||
|
||||
FileList.setCurrentDir(parseCurrentDirFromUrl(), false);
|
||||
|
||||
|
||||
FileList.createFileSummary();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue