| changeset 565 | 95a5c06c4008 |
| parent 439 | 8994d24e4b2f |
--- a/src/cm/templates/site/text_followup.html Mon Nov 18 17:31:53 2013 +0100 +++ b/src/cm/templates/site/text_followup.html Thu Nov 28 09:11:51 2013 +0100 @@ -68,7 +68,7 @@ <!-- $(function() { $(".check").click(function(){ - checked = $(this).attr('checked'); + checked = $(this).prop('checked'); id = $(this).attr('id') ; post_data = {'notif_id': id} ; post_data[id] = checked ;