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(){
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(){
alert('{{media.id}}');
return false;
}
- });
+ }
+ );
});
</script>
{% endif %}