Skip to content

Commit

Permalink
Merge pull request #50 from smntb/master
Browse files Browse the repository at this point in the history
fixed the right click for player
  • Loading branch information
smntb authored Dec 10, 2020
2 parents e49ff3f + a85d312 commit 90db6a2
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.4
3.8.5
2 changes: 1 addition & 1 deletion tmpl/player_other.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

?>

<div class="centered" style="<?php echo $customWidth; ?>">
<div class="centered" style="<?php echo $customWidth; ?>" oncontextmenu="return false;">
<?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>
Expand Down

0 comments on commit 90db6a2

Please sign in to comment.