add event.preventDefault to undelete function
This commit is contained in:
parent
d408cd7f37
commit
841b420bc4
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$('.undelete').click('click',function(event) {
|
||||
event.preventDefault();
|
||||
var spinner = '<img class="move2trash" title="'+t('files_trashbin', 'perform restore operation')+'" src="'+ OC.imagePath('core', 'loader.gif') +'"></a>';
|
||||
var files=getSelectedFiles('file');
|
||||
var fileslist = JSON.stringify(files);
|
||||
|
|
Loading…
Reference in a new issue