X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fcrm.designerapp.js;h=840d98a8e9b753d6119a00bc5cfbb994045ab8e9;hb=e762da11c09bd3a0e2852ef6873de4c6df596d6a;hp=2b049a0c0f92ffb6df264ea4305bdc6506a1b206;hpb=c9204702ae420076b905768258629799922f1558;p=civicrm-core.git diff --git a/js/crm.designerapp.js b/js/crm.designerapp.js index 2b049a0c0f..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-form-block').each(function () { + $('.crm-profile-selector-preview-pane > *').each(function () { var parent = $(this).parent(); CRM.designerApp.DetachedProfiles.push({ parent: parent,