diff options
author | Sam Potts <me@sampotts.me> | 2016-05-16 12:15:09 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-05-16 12:15:09 +1000 |
commit | a989e87a2dd84221aa8cae8e033acdc0bf5b4922 (patch) | |
tree | e479a7e07610b912e6387dbe255379763ec6efbc /src/js | |
parent | c86b824a04df35b73c4ee418dca1b73f775e1965 (diff) | |
download | plyr-a989e87a2dd84221aa8cae8e033acdc0bf5b4922.tar.lz plyr-a989e87a2dd84221aa8cae8e033acdc0bf5b4922.tar.xz plyr-a989e87a2dd84221aa8cae8e033acdc0bf5b4922.zip |
Changed icon prefix default to avoid clashes
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/plyr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js index 90fc8888..4748231c 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v1.6.9 +// plyr.js v1.6.10 // https://github.com/selz/plyr // License: The MIT License (MIT) // ========================================================================== @@ -38,7 +38,7 @@ volume: 5, duration: null, displayDuration: true, - iconPrefix: 'icon', + iconPrefix: 'plyr', iconUrl: '', clickToPlay: true, hideControls: true, |