Removed call to FileActions.display()

Let the file lists automatically update themselves from the previous
calls to FileActions.register().
pull/1/head
Vincent Petry 10 years ago
parent 20b5d42830
commit 0c0e52ead2

@ -34,9 +34,6 @@ var odfViewer = {
odfViewer.onEdit odfViewer.onEdit
); );
} }
$('#fileList tr').each(function () {
OCA.Files.fileActions.display($(this).children('td.filename'));
});
}, },
dispatch : function(filename){ dispatch : function(filename){

Loading…
Cancel
Save