X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.designerapp.js;h=840d98a8e9b753d6119a00bc5cfbb994045ab8e9;hb=86c3a3270e4fe2e54f3e81da26fe98eb6465c6a8;hp=d0a0c1aa33a9541c49d82cbe00a9a0219e6a0c49;hpb=ffb9b8a34ae98d1461ae60dc0410a092534cd274;p=civicrm-core.git diff --git a/js/crm.designerapp.js b/js/crm.designerapp.js index d0a0c1aa33..840d98a8e9 100644 --- a/js/crm.designerapp.js +++ b/js/crm.designerapp.js @@ -16,7 +16,7 @@ * @see CRM-12188 */ CRM.designerApp.clearPreviewArea = function () { - $('.crm-profile-selector-preview-pane > .crm-container-snippet').each(function () { + $('.crm-profile-selector-preview-pane > *').each(function () { var parent = $(this).parent(); CRM.designerApp.DetachedProfiles.push({ parent: parent,