From: yomguy Date: Tue, 24 Jul 2012 22:50:50 +0000 (+0200) Subject: fix again X-Git-Tag: 0.8^2~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ad12f02106c54cbdf98a313ad51cd6a5fca146ab;p=teleforma.git fix again --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 2d662c78..ad02e34f 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -15,7 +15,7 @@ var a = jQuery('#action_red'); var f = conferenceUtils; a.unbind('click').click(function(){ - f.stop({{conference.code}});return false;}); + f.stop({{conference.public_id}});return false;}); });