'+
@@ -58,7 +58,7 @@ var officeMain = {
'
',
bodyelement = document.getElementsByTagName('body')[0];
bodyelement.className += " claro";
- $('table').after(canvashtml);
+ $('.documentslist, #emptyfolder').after(canvashtml);
// in case we are on the public sharing page we shall display the odf into the preview tag
$('#preview').html(canvashtml);
@@ -129,7 +129,7 @@ var officeMain = {
$('#mainContainer').remove();
$('#odf-canvas').remove();
$('.actions,#file_access_panel').fadeIn('slow');
- $('table').fadeIn('slow');
+ $('.documentslist, #emptyfolder').fadeIn('slow');
bodyelement.className.replace(' claro', '');
webodfEditor.shutdown();
});