[PE] Fix Bug 37549

This commit is contained in:
Julia Radzhabova 2018-04-23 15:21:52 +03:00
parent d7f4d9047e
commit 6565b7b7e9

View file

@ -890,7 +890,7 @@ define([
this.api.asc_Save(); this.api.asc_Save();
} }
toolbar.btnsSave.setDisabled(!toolbar.mode.forcesave); toolbar.btnSave.setDisabled(!toolbar.mode.forcesave);
Common.NotificationCenter.trigger('edit:complete', this.toolbar); Common.NotificationCenter.trigger('edit:complete', this.toolbar);
Common.component.Analytics.trackEvent('Save'); Common.component.Analytics.trackEvent('Save');