Elastic: Don't convert tables inside of .raw-tables element

pull/5735/merge
Aleksander Machniak 7 years ago
parent 3f985c35d1
commit 273973e2a4

@ -833,7 +833,7 @@ function rcube_elastic_ui()
.filter(function() { .filter(function() {
// exclude direct propform children and external content // exclude direct propform children and external content
return !$(this).parent().is('.propform') return !$(this).parent().is('.propform')
&& !$(this).parents('.message-htmlpart,.message-partheaders,.boxinformation').length; && !$(this).parents('.message-htmlpart,.message-partheaders,.boxinformation,.raw-tables').length;
}) })
.each(function() { .each(function() {
// TODO: Consider implementing automatic setting of table-responsive on window resize // TODO: Consider implementing automatic setting of table-responsive on window resize

Loading…
Cancel
Save