[DE mobile] Table settings: update background color for cell when table style is changed.

This commit is contained in:
Julia Radzhabova 2016-11-30 16:56:51 +03:00
parent 5f241f814e
commit 38737b59c7

View file

@ -157,6 +157,9 @@ define([
showStyleCategory: function (e) {
// remove android specific style
$('.page[data-page=edit-table-style] .list-block.inputs-list').removeClass('inputs-list');
if ($(e.currentTarget).data('type') == 'fill') {
this.fireEvent('page:show', [this, '#edit-table-style']);
}
},
showPage: function (templateId, suspendEvent) {