Removed call to FileActions.display()

Let the file lists automatically update themselves from the previous
calls to FileActions.register().
This commit is contained in:
Vincent Petry 2014-06-27 13:48:00 +02:00
parent 20b5d42830
commit 0c0e52ead2

View File

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