diff options
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 }, |