Merge pull request #251 from owncloud/actions-fix

Show actions when the list is ready
This commit is contained in:
VicDeo 2014-05-12 16:14:26 +03:00
commit 1ad72b24d6

View File

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