From 79261c8d7730421117b9b41eb411b70ea53b05af Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 27 Jun 2017 11:40:15 +0300 Subject: [PATCH] [DE] debug FileMenu --- apps/documenteditor/main/app/controller/LeftMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/LeftMenu.js b/apps/documenteditor/main/app/controller/LeftMenu.js index 8bd070b03..75aad24f4 100644 --- a/apps/documenteditor/main/app/controller/LeftMenu.js +++ b/apps/documenteditor/main/app/controller/LeftMenu.js @@ -561,7 +561,7 @@ define([ this.showSearchDlg(true,s); this.leftMenu.btnSearch.toggle(true,true); this.leftMenu.btnAbout.toggle(false); - this.leftMenu.menuFile.hide(); + // this.leftMenu.menuFile.hide(); return false; case 'save': if (this.mode.canDownload || this.mode.canDownloadOrigin) {