projects
/
com.zyxware.civiwci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c311490
)
#29801 - Fix for create widget form not showing.
author
Manoj K
<manoj.k@zyxware.com>
Fri, 17 Oct 2014 05:16:38 +0000
(10:46 +0530)
committer
Manoj K
<manoj.k@zyxware.com>
Fri, 17 Oct 2014 05:16:38 +0000
(10:46 +0530)
CRM/Wci/Form/CreateWidget.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Wci/Form/CreateWidget.php
b/CRM/Wci/Form/CreateWidget.php
index 80d5f72579776a11aef1318135fc0f6015bae074..9eaccd5d00e77cd57016009c5cdfa7f334295f05 100644
(file)
--- a/
CRM/Wci/Form/CreateWidget.php
+++ b/
CRM/Wci/Form/CreateWidget.php
@@
-15,9
+15,9
@@
cj(function ( $ ) {
$('#custom_template').attr("disabled",true);
}
if( $('#title').val() != "") {
- $('#embd_code').parent
().parent().parent(
).show();
+ $('#embd_code').parent
s('.crm-section'
).show();
} else {
- $('#embd_code').parent
().parent().parent(
).hide();
+ $('#embd_code').parent
s('.crm-section'
).hide();
}
// $('#embd_code').attr("disabled",true);
}