Elastic: Skip tables with .table class already applied

pull/6241/head
Aleksander Machniak 7 years ago
parent 73b1948c38
commit 6a347f36db

@ -829,7 +829,7 @@ function rcube_elastic_ui()
});
// Make tables pretier
$('table:not(.propform,.listing,.ui-datepicker-calendar)', context)
$('table:not(.table,.propform,.listing,.ui-datepicker-calendar)', context)
.filter(function() {
// exclude direct propform children and external content
return !$(this).parent().is('.propform')

Loading…
Cancel
Save