diff options
author | Sam Potts <sam@potts.es> | 2019-01-27 01:15:54 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-27 01:15:54 +1100 |
commit | 6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8 (patch) | |
tree | 385ea08b040e7e39da37c8fb727e49cac862d502 /demo/src | |
parent | 32e8cce5277c6a55bcdf683558b3357c9c514310 (diff) | |
download | plyr-6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8.tar.lz plyr-6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8.tar.xz plyr-6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8.zip |
Paths
Diffstat (limited to 'demo/src')
-rw-r--r-- | demo/src/js/demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 11650438..add123e5 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -62,7 +62,7 @@ import Plyr from '../../../src/js/plyr'; const player = new Plyr(selector, { debug: true, title: 'View From A Blue Moon', - iconUrl: '../dist/plyr.svg', + iconUrl: 'dist/plyr.svg', keyboard: { global: true, }, |