]> git.parisson.com Git - teleforma.git/commitdiff
avoid video download
authoryomguy <yomguy@parisson.com>
Thu, 14 Feb 2013 16:02:59 +0000 (17:02 +0100)
committeryomguy <yomguy@parisson.com>
Thu, 14 Feb 2013 16:02:59 +0000 (17:02 +0100)
teleforma/templates/teleforma/course_media.html

index 14ede64420d006a2c652446ac620e67fbf872ba5..5d222e781291716dcf798628dbd332b7b6875cd8 100644 (file)
@@ -15,6 +15,7 @@
 $(document).ready(function(){
     InitChatWindow("{% url jqchat_ajax room.id %}", null);
     });
+    $('#my_video_1').bind('contextmenu',function() { return false; });
 </script>
 
 {% if user.is_staff %}