From a93e98fc78cd8a82d464e9ec75c1959bc88ac2af Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Wed, 7 Feb 2018 08:51:00 +0000 Subject: [PATCH] Updated as per Coleman's comment --- js/jquery/jquery.crmEditable.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/jquery/jquery.crmEditable.js b/js/jquery/jquery.crmEditable.js index 3e22c0062c..ca1a08e248 100644 --- a/js/jquery/jquery.crmEditable.js +++ b/js/jquery/jquery.crmEditable.js @@ -133,11 +133,8 @@ var info = $i.crmEditableEntity(), $el = $($i), - params = {}, + params = info.params || {}, action = $i.data('action') || info.action; - if (info.params) { - params = info.params; - } if (!info.field) { return false; } -- 2.25.1