Skip to content

Commit

Permalink
removed deprecated(?) crmEditable() call (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Oct 8, 2017
1 parent 959d107 commit db27fe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/CRM/CampaignTree/Form/Search.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@
return nRow;
},
"fnDrawCallback": function() {
// FIXME: trigger crmLoad and crmEditable would happen automatically
$('.crm-editable').crmEditable();
// REMOVED: $('.crm-editable').crmEditable(); (see https://github.com/systopia/de.systopia.campaign/issues/40)
},
"fnServerData": function ( sSource, aoData, fnCallback ) {
if ( filterSearch ) {
Expand Down

0 comments on commit db27fe4

Please sign in to comment.