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

index ad02e34f46ec3d8ecf34aa4044ea539b1048de50..d1a7bd2897a1925923aa8ac2edeaa492e6ee7a72 100644 (file)
@@ -15,7 +15,7 @@
         var a = jQuery('#action_red');
         var f = conferenceUtils;
         a.unbind('click').click(function(){
-            f.stop({{conference.public_id}});return false;});
+            f.stop('{{conference.public_id}}');return false;});
         });
 </script>