diff options
author | Sam Potts <me@sampotts.me> | 2016-08-22 14:44:18 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-08-22 14:44:18 +1000 |
commit | 12e94775d60ee4d77d6ecee71aaa6025fb7d2d58 (patch) | |
tree | fc558b747c823ac5205cc8692d4587b309386fc2 /src | |
parent | df7f52d885f983149c551ec76ea87d61db009622 (diff) | |
download | plyr-12e94775d60ee4d77d6ecee71aaa6025fb7d2d58.tar.lz plyr-12e94775d60ee4d77d6ecee71aaa6025fb7d2d58.tar.xz plyr-12e94775d60ee4d77d6ecee71aaa6025fb7d2d58.zip |
Global keyboard shortcut changes
Diffstat (limited to 'src')
-rw-r--r-- | src/js/plyr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js index 4ea6631b..098318d5 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v2.0.2 +// plyr.js v2.0.3 // https://github.com/selz/plyr // License: The MIT License (MIT) // ========================================================================== @@ -43,14 +43,14 @@ displayDuration: true, loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/2.0.2/plyr.svg', + iconUrl: 'https://cdn.plyr.io/2.0.3/plyr.svg', clickToPlay: true, hideControls: true, showPosterOnEnd: false, disableContextMenu: true, keyboardShorcuts: { focused: true, - global: true + global: false }, tooltips: { controls: false, @@ -59,7 +59,7 @@ selectors: { html5: 'video, audio', embed: '[data-type]', - editable: 'input, select, [contenteditable]', + editable: 'input, textarea, select, [contenteditable]', container: '.plyr', controls: { container: null, |