Show actions when the list is ready

This commit is contained in:
Victor Dubiniuk 2014-05-08 19:36:25 +03:00
parent 4ec33ec19f
commit 7d00efa94b

View File

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