Skip to content

Commit

Permalink
replace depricated (and removed) live event handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jondavidjohn committed May 17, 2013
1 parent da94efa commit 84be60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
});
$('#aggregation_log .parent:not(:first)').hide();
$('#aggregation_log h5').live('click', function() {
$(document).on('click', '#aggregation_log h5', function() {
$('#' + $(this).attr('id') + '-output').toggle();
});

Expand Down

0 comments on commit 84be60b

Please sign in to comment.