diff --git a/templates/js/mytalks.js b/templates/js/mytalks.js index 81cce65bb..559bc64ff 100644 --- a/templates/js/mytalks.js +++ b/templates/js/mytalks.js @@ -31,7 +31,7 @@ if (window.act) { $(function() { $(".mytalks_submit").remove(); $(":checkbox").each(function() { - toggle_image(this, $(this).val(), $(this).prop("checked")); + toggle_image(this, $(this).val(), $(this).attr("checked")); }); }); }