remove unneeded line
This commit is contained in:
parent
6a2b41e5e8
commit
fda7d932ef
1 changed files with 0 additions and 1 deletions
|
@ -288,7 +288,6 @@ var FileList={
|
|||
},
|
||||
finishDelete:function(ready,sync){
|
||||
if(!FileList.deleteCanceled && FileList.deleteFiles){
|
||||
var fileNames=FileList.deleteFiles.join(';');
|
||||
var fileNames=JSON.stringify(FileList.deleteFiles);
|
||||
$.ajax({
|
||||
url: OC.filePath('files', 'ajax', 'delete.php'),
|
||||
|
|
Loading…
Reference in a new issue