]> git.parisson.com Git - teleforma.git/commitdiff
debug
authoryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 02:14:02 +0000 (04:14 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 02:14:02 +0000 (04:14 +0200)
teleforma/templates/teleforma/course_conference.html
teleforma/templates/teleforma/course_media.html

index b4555587996b7abc1f700c5b028db77c1ff2ec0c..866621eef20d283fffdbe5ea7dd8320e93ef1796 100644 (file)
@@ -10,7 +10,9 @@
     var conferenceUtils = {
         stop : function(id){
             json([id],'teleforma.stop_conference',function(){
-                location.href = '{% url teleforma-conference-record %}';});
+                location.href = '{% url teleforma-conference-record %}';
+                }
+                );
         }}
 
     jQuery(window).ready(function(){
index 3c7fb258f5960703700e52290f5e2bac1a4aa7db..ddcf29800ced7f0fbb5373fdafadd0c1e171a31a 100644 (file)
@@ -26,14 +26,14 @@ $(document).ready(function(){
                 p.toggleClass('component_icon button icon_speaker')
                 p.html('Unpublish')
                 });
-         };
+         }
         unpublish : function(id){
             var p = jQuery('#publish');
             json([id],'teleforma.unpublish_media',function(){
                 p.toggleClass('component_icon button icon_edit')
                 p.html('Publish')
                 });
-         };
+         }
         }
 
     jQuery(window).ready(function(){
@@ -50,7 +50,8 @@ $(document).ready(function(){
                 alert('{{media.id}}');
                 return false;
                 }
-            });
+            }
+            );
         });
 </script>
 {% endif %}