Defer documents reload

pull/1/head
Victor Dubiniuk 11 years ago
parent e3f26447c1
commit 3a8572da37

@ -246,8 +246,6 @@ var documentsMain = {
$(window).off('beforeunload');
parent.location.hash = "";
documentsMain.show();
documentsMain.webodfEditorInstance.endEditing();
documentsMain.webodfEditorInstance.close(function() {
// successfull shutdown - all is good.
@ -258,7 +256,7 @@ var documentsMain = {
$('header,footer').show();
}
documentsMain.webodfEditorInstance.destroy(documentsMain.UI.hideEditor);
documentsMain.show();
// });
});
},

Loading…
Cancel
Save