X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.designerapp.js;h=840d98a8e9b753d6119a00bc5cfbb994045ab8e9;hb=dcfd8d522ab67d9715d7191cf72148dcce70d42a;hp=d0a0c1aa33a9541c49d82cbe00a9a0219e6a0c49;hpb=70b9925bdec974c9c4deb299f76d1dd967a212b0;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,