Skip to content

Commit

Permalink
Merge pull request #49 from smntb/master
Browse files Browse the repository at this point in the history
Right click disabled
  • Loading branch information
smntb committed Nov 24, 2020
2 parents d03df89 + d29000b commit e49ff3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.3
3.8.4
2 changes: 1 addition & 1 deletion tmpl/player_other.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<?php if (in_array($clipFormat, $validClipFormats)): ?>
<a href="<?php echo $linkToMedia ?>" rel="<?php echo $mediaFormat ?>" clip-format="<?php echo $clipFormat; ?>"
id="subjectPlayer" class="jp-jplayer" onclick="return false;"></a>
<div id="jp_container_1" class="<?php echo $class; ?>" style="display:none;">
<div id="jp_container_1" class="<?php echo $class; ?>" style="display:none;" oncontextmenu="return false;">
<div class="jp-type-playlist">
<div class="jp-gui jp-interface">
<ul class="jp-controls">
Expand Down

0 comments on commit e49ff3f

Please sign in to comment.