From 8b2406d47d16414c60ea696b5204c1c38c99c7dd Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 19 Sep 2013 00:19:26 +0300 Subject: [PATCH] Refresh documents list on closing the editor --- js/documents.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/documents.js b/js/documents.js index b5681fc1..7207619d 100644 --- a/js/documents.js +++ b/js/documents.js @@ -233,6 +233,8 @@ var documentsMain = { documentsMain.isEditorMode = false; parent.location.hash = ""; + documentsMain.show(); + documentsMain.webodfEditorInstance.endEditing(); documentsMain.webodfEditorInstance.close(function() { // successfull shutdown - all is good.