Commit 51434daa authored by Alexander Yuzhin's avatar Alexander Yuzhin

Merge branch 'develop' of https://github.com/ONLYOFFICE/web-apps into develop

parents 01473b72 4bfe40db
......@@ -117,9 +117,7 @@ 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());
return info;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment