Show actions when the list is ready

pull/1/head
Victor Dubiniuk 10 years ago
parent 4ec33ec19f
commit 7d00efa94b

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

Loading…
Cancel
Save