mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
removed downloading as fallback action when file type can not be opened
This commit is contained in:
parent
f62b315159
commit
02824cabfe
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ FileActions.register('all','Rename',OC.imagePath('core','actions/rename'),functi
|
|||
FileList.rename(filename);
|
||||
});
|
||||
|
||||
FileActions.setDefault('all','Download');
|
||||
//FileActions.setDefault('all','Download');
|
||||
|
||||
FileActions.register('dir','Open','',function(filename){
|
||||
window.location='index.php?dir='+$('#dir').val()+'/'+filename;
|
||||
|
|
|
|||
Loading…
Reference in a new issue