Merge pull request #289 from owncloud/fileactions-display

Removed call to FileActions.display()
This commit is contained in:
VicDeo 2014-06-27 16:33:43 +03:00
commit 3c684a9d86

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){