CRM-15578 - crmMailing(AB) - Submission & status tracking
[civicrm-core.git] / js / crm.designerapp.js
index d0a0c1aa33a9541c49d82cbe00a9a0219e6a0c49..840d98a8e9b753d6119a00bc5cfbb994045ab8e9 100644 (file)
@@ -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,