Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Omondi authored and Ken Omondi committed Oct 28, 2016
1 parent 135d30a commit 4a1cfb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@

}

//$('body').live('click', 'span.controlConcept input:checkbox', function(){
$('span.controlConcept input:checkbox').live('change', function(){
$('body').on('click', 'span.controlConcept input:checkbox', function(){
//$('span.controlConcept input:checkbox').live('change', function(){

var parentRow = $(this).parents('tr:first');

Expand Down

0 comments on commit 4a1cfb0

Please sign in to comment.