]> git.parisson.com Git - teleforma.git/commitdiff
fix again
authoryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 22:50:50 +0000 (00:50 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 Jul 2012 22:50:50 +0000 (00:50 +0200)
teleforma/templates/teleforma/course_conference.html

index 2d662c78c8162b080e47145a178f34040c3052ac..ad02e34f46ec3d8ecf34aa4044ea539b1048de50 100644 (file)
@@ -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;});
         });
 </script>