aboutsummaryrefslogtreecommitdiffstats
path: root/demo/dist/demo.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-04-17 23:51:23 +1000
committerSam Potts <sam@potts.es>2018-04-17 23:51:23 +1000
commit119b471b84f8e2a25c61a09c0905d429a475407d (patch)
tree5c64c7d6b00ab4213d9865d3549771728850911f /demo/dist/demo.js
parent7f079e0ec3abbc9909807a1d9da60e18099a48f0 (diff)
downloadplyr-119b471b84f8e2a25c61a09c0905d429a475407d.tar.lz
plyr-119b471b84f8e2a25c61a09c0905d429a475407d.tar.xz
plyr-119b471b84f8e2a25c61a09c0905d429a475407d.zip
More bug fixes
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r--demo/dist/demo.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js
index faf258db..be063a96 100644
--- a/demo/dist/demo.js
+++ b/demo/dist/demo.js
@@ -4010,7 +4010,7 @@ singleton.Client = Client;
});
// Setup the player
- var player = new Plyr('video', {
+ var player = new Plyr('#player', {
debug: true,
title: 'View From A Blue Moon',
iconUrl: '../dist/plyr.svg',
@@ -4020,7 +4020,6 @@ singleton.Client = Client;
tooltips: {
controls: true
},
- settings: ['captions'],
/* controls: [
'play-large',
'restart',