[SSE] Debug adding alt.text for tables.
This commit is contained in:
parent
e258200a94
commit
4bfe40db6d
|
@ -117,10 +117,8 @@ 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());
|
info.asc_setDescription(this.textareaAltDescription.val());
|
||||||
if (this.isAltDescChanged)
|
|
||||||
info.asc_setDescription(this.textareaAltDescription.val());
|
|
||||||
return info;
|
return info;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue