From: Guillaume Pellerin Date: Wed, 30 Jun 2021 15:09:40 +0000 (+0200) Subject: disable video context X-Git-Tag: 2.3~29^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2a0dab60c4f5abac4ce7090963cc03d11059a4cc;p=teleforma.git disable video context --- diff --git a/teleforma/templates/teleforma/course_conference.html b/teleforma/templates/teleforma/course_conference.html index 33d0ff79..6a998ae8 100644 --- a/teleforma/templates/teleforma/course_conference.html +++ b/teleforma/templates/teleforma/course_conference.html @@ -17,6 +17,10 @@ videoSource.attr("src", url); video.load(); }); + + $(document).ready(function(){ + $('#video').bind('contextmenu',function() { return false; }); + }); {% endblock %}