[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() {
|
||||
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;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue