Merge branch 'develop' of https://github.com/ONLYOFFICE/web-apps into develop
This commit is contained in:
commit
51434daa02
|
@ -117,9 +117,7 @@ define([ 'text!spreadsheeteditor/main/app/template/TableSettingsAdvanced.temp
|
||||||
getSettings: function() {
|
getSettings: function() {
|
||||||
if (this.isAltTitleChanged || this.isAltDescChanged) {
|
if (this.isAltTitleChanged || this.isAltDescChanged) {
|
||||||
var info = new Asc.AdvancedTableInfoSettings();
|
var info = new Asc.AdvancedTableInfoSettings();
|
||||||
if (this.isAltTitleChanged)
|
|
||||||
info.asc_setTitle(this.inputAltTitle.getValue());
|
info.asc_setTitle(this.inputAltTitle.getValue());
|
||||||
if (this.isAltDescChanged)
|
|
||||||
info.asc_setDescription(this.textareaAltDescription.val());
|
info.asc_setDescription(this.textareaAltDescription.val());
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue