From 25ce04ec4aa2e49b3676148699ffc083ca6013bf Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 11 Jan 2016 23:25:30 -0500 Subject: [PATCH] CRM-17795 - Collapse join list in UI to be less obtrusive --- js/Common.js | 2 +- templates/CRM/Admin/Page/APIExplorer.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/Common.js b/js/Common.js index 6f4b189fdf..d821767a77 100644 --- a/js/Common.js +++ b/js/Common.js @@ -1427,7 +1427,7 @@ if (!CRM.vars) CRM.vars = {}; }) // Allow normal clicking of links within accordions - .on('click.crmAccordions', 'div.crm-accordion-header a', function (e) { + .on('click.crmAccordions', 'div.crm-accordion-header a, .collapsible-title a', function (e) { e.stopPropagation(); }) // Handle accordions diff --git a/templates/CRM/Admin/Page/APIExplorer.tpl b/templates/CRM/Admin/Page/APIExplorer.tpl index eb9b98dd3a..e709acf3c0 100644 --- a/templates/CRM/Admin/Page/APIExplorer.tpl +++ b/templates/CRM/Admin/Page/APIExplorer.tpl @@ -205,8 +205,8 @@ sequential -