#29801 - Fix for create widget form not showing.
authorManoj K <manoj.k@zyxware.com>
Fri, 17 Oct 2014 05:16:38 +0000 (10:46 +0530)
committerManoj K <manoj.k@zyxware.com>
Fri, 17 Oct 2014 05:16:38 +0000 (10:46 +0530)
CRM/Wci/Form/CreateWidget.php

index 80d5f72579776a11aef1318135fc0f6015bae074..9eaccd5d00e77cd57016009c5cdfa7f334295f05 100644 (file)
@@ -15,9 +15,9 @@ cj(function ( $ ) {
       $('#custom_template').attr("disabled",true);
     }
     if( $('#title').val() != "") {
-      $('#embd_code').parent().parent().parent().show();    
+      $('#embd_code').parents('.crm-section').show();    
     } else {
-      $('#embd_code').parent().parent().parent().hide();
+      $('#embd_code').parents('.crm-section').hide();
     }
 //    $('#embd_code').attr("disabled",true);
   }