Merge branch 'feature/bugfix5.1.3' of https://github.com/ONLYOFFICE/web-apps-pro into feature/bugfix5.1.3
This commit is contained in:
commit
dd385f3595
|
@ -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');
|
||||||
|
|
|
@ -209,7 +209,7 @@ define([
|
||||||
|
|
||||||
var mnuitemHideRulers = new Common.UI.MenuItem({
|
var mnuitemHideRulers = new Common.UI.MenuItem({
|
||||||
caption: me.header.textHideLines,
|
caption: me.header.textHideLines,
|
||||||
checked: Common.localStorage.getBool("pe-hidden-rulers"),
|
checked: Common.localStorage.getBool("pe-hidden-rulers", true),
|
||||||
checkable: true,
|
checkable: true,
|
||||||
value: 'rulers'
|
value: 'rulers'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue