removed downloading as fallback action when file type can not be opened

This commit is contained in:
Jan-Christoph Borchardt 2011-08-12 11:55:11 +02:00
parent f62b315159
commit 02824cabfe
1 changed files with 1 additions and 1 deletions

View File

@ -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;