Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed May 13, 2020
1 parent 4ad43b8 commit f20f7b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions view/videoEmbeded.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,6 @@ class="video-js vjs-default-skin vjs-big-play-centered <?php echo $vjsClass; ?>

<script>
$(document).ready(function () {
//Prevent HTML5 video from being downloaded (right-click saved)?
$('#mainVideo').bind('contextmenu', function () {
return false;
});
if (typeof player === 'undefined') {
player = videojs('mainVideo');
}
Expand Down

0 comments on commit f20f7b9

Please sign in to comment.