Skip to content
Snippets Groups Projects
Commit d408cd7f authored by Georg Ehrke's avatar Georg Ehrke
Browse files
parent 5e243b48
Branches
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ $(document).ready(function() {
});
$('.delete').click('click',function(event) {
event.preventDefault();
console.log("delete selected");
var spinner = '<img class="move2trash" title="'+t('files_trashbin', 'Delete permanently')+'" src="'+ OC.imagePath('core', 'loading.gif') +'"></a>';
var files=getSelectedFiles('file');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment