diff options
author | Sam Potts <sam@potts.es> | 2018-06-09 12:05:37 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-06-09 12:05:37 +1000 |
commit | 76bb299c68a6b5cc72729771aca2f0d51078ebc5 (patch) | |
tree | ea52ef91a9100b15c429535defceb8bfed18abf7 /demo/dist/demo.js | |
parent | 0c03accd417e31ad34f81b12f1e9febec6e6fc48 (diff) | |
download | plyr-76bb299c68a6b5cc72729771aca2f0d51078ebc5.tar.lz plyr-76bb299c68a6b5cc72729771aca2f0d51078ebc5.tar.xz plyr-76bb299c68a6b5cc72729771aca2f0d51078ebc5.zip |
Restore default
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r-- | demo/dist/demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js index 4cd4b8dc..3f6273ec 100644 --- a/demo/dist/demo.js +++ b/demo/dist/demo.js @@ -4026,7 +4026,7 @@ singleton.Client = Client; var player = new Plyr('#player', { debug: true, title: 'View From A Blue Moon', - // iconUrl: '../dist/plyr.svg', + iconUrl: '../dist/plyr.svg', keyboard: { global: true }, |