From 6565b7b7e989b9b2621bb7e6ab2d1bbbb7fe17b8 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 23 Apr 2018 15:21:52 +0300 Subject: [PATCH] [PE] Fix Bug 37549 --- apps/presentationeditor/main/app/controller/Toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/controller/Toolbar.js b/apps/presentationeditor/main/app/controller/Toolbar.js index ad53ac5bb..39a0e4602 100644 --- a/apps/presentationeditor/main/app/controller/Toolbar.js +++ b/apps/presentationeditor/main/app/controller/Toolbar.js @@ -890,7 +890,7 @@ define([ this.api.asc_Save(); } - toolbar.btnsSave.setDisabled(!toolbar.mode.forcesave); + toolbar.btnSave.setDisabled(!toolbar.mode.forcesave); Common.NotificationCenter.trigger('edit:complete', this.toolbar); Common.component.Analytics.trackEvent('Save');