From 6a347f36dbaa1dbd25bd817c5c77debb1a04804e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 1 Apr 2018 18:43:28 +0200 Subject: [PATCH] Elastic: Skip tables with .table class already applied --- skins/elastic/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/ui.js b/skins/elastic/ui.js index 92891960e..b0dbb001b 100644 --- a/skins/elastic/ui.js +++ b/skins/elastic/ui.js @@ -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')