fixed generated data for CRM-15934
[civicrm-core.git] / js / crm.designerapp.js
index 2b049a0c0f92ffb6df264ea4305bdc6506a1b206..840d98a8e9b753d6119a00bc5cfbb994045ab8e9 100644 (file)
@@ -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,