Skip to content
Snippets Groups Projects
Commit fda7d932 authored by Robin Appelman's avatar Robin Appelman
Browse files

remove unneeded line

parent 6a2b41e5
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment