mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 23:43:19 +08:00
Merge branch 'develop' of https://github.com/ONLYOFFICE/web-apps into develop
This commit is contained in:
@ -117,10 +117,8 @@ define([ 'text!spreadsheeteditor/main/app/template/TableSettingsAdvanced.temp
|
||||
getSettings: function() {
|
||||
if (this.isAltTitleChanged || this.isAltDescChanged) {
|
||||
var info = new Asc.AdvancedTableInfoSettings();
|
||||
if (this.isAltTitleChanged)
|
||||
info.asc_setTitle(this.inputAltTitle.getValue());
|
||||
if (this.isAltDescChanged)
|
||||
info.asc_setDescription(this.textareaAltDescription.val());
|
||||
info.asc_setTitle(this.inputAltTitle.getValue());
|
||||
info.asc_setDescription(this.textareaAltDescription.val());
|
||||
return info;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user