From 21d4ed8c91dd91ac0012b662c954473f28f8db00 Mon Sep 17 00:00:00 2001 From: Joseph Lacey Date: Tue, 28 Apr 2015 15:05:01 -0600 Subject: [PATCH] CRM 16353 - Always make crm-editable ignore table headers --- js/jquery/jquery.crmeditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery/jquery.crmeditable.js b/js/jquery/jquery.crmeditable.js index 2b0908fd1d..c957fc74a4 100644 --- a/js/jquery/jquery.crmeditable.js +++ b/js/jquery/jquery.crmeditable.js @@ -235,7 +235,7 @@ }; $(document).on('crmLoad', function(e) { - $('.crm-editable', e.target).crmEditable(); + $('.crm-editable', e.target).not('thead *').crmEditable(); }); })(jQuery, CRM._); -- 2.25.1