From 119b471b84f8e2a25c61a09c0905d429a475407d Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 17 Apr 2018 23:51:23 +1000 Subject: More bug fixes --- demo/src/js/demo.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demo/src') diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 24e3e635..6b119c33 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -47,7 +47,7 @@ import Raven from 'raven-js'; }); // Setup the player - const player = new Plyr('video', { + const player = new Plyr('#player', { debug: true, title: 'View From A Blue Moon', iconUrl: '../dist/plyr.svg', @@ -57,7 +57,6 @@ import Raven from 'raven-js'; tooltips: { controls: true, }, - settings: ['captions'], /* controls: [ 'play-large', 'restart', -- cgit v1.2.3