X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContact%2FForm%2FSearch%2FBuilder.js;h=5a572419b398650d2b382d2570b0fe1eeb9cb3b4;hb=3838662faff56daff7b4fbbd25c60a4b7242a484;hp=8319feca54212f799f03e0222aa28925baa2b43a;hpb=c20a2a076238cc98b963d877e8ec5adc6f0d0fe6;p=civicrm-core.git diff --git a/templates/CRM/Contact/Form/Search/Builder.js b/templates/CRM/Contact/Form/Search/Builder.js index 8319feca54..5a572419b3 100644 --- a/templates/CRM/Contact/Form/Search/Builder.js +++ b/templates/CRM/Contact/Form/Search/Builder.js @@ -62,7 +62,7 @@ $('.crm-search-value select', row).remove(); $('input[id^=value]', row) .hide() - .after(''); + .after(''); fetchOptions(row, field); } @@ -242,7 +242,6 @@ $('select[id^=mapper][id$="_1"]', '#Builder').each(handleUserInputField); }); - $().crmAccordions(); initialize(); // Fetch initial options during page refresh - it's more efficient to bundle them in a single ajax request