Elastic: Improve selector for table.propform content

pull/6669/head
Aleksander Machniak 6 years ago
parent b232886488
commit 0f6f20c629

@ -811,7 +811,7 @@ function rcube_elastic_ui()
$('table.propform', context).each(function() { $('table.propform', context).each(function() {
var text_rows = 0, form_rows = 0; var text_rows = 0, form_rows = 0;
$(this).find('> tbody > tr').each(function() { $(this).find('> tbody > tr, > tr').each(function() {
var first, last, row = $(this), var first, last, row = $(this),
row_classes = ['form-group', 'row'], row_classes = ['form-group', 'row'],
cells = row.children('td'); cells = row.children('td');

Loading…
Cancel
Save