diff --git a/src/js/plyr.js b/src/js/plyr.js index 04ac00cb..4b724960 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -121,7 +121,7 @@ if (_inArray(config.controls, "restart")) { html.push( '' ); @@ -131,7 +131,7 @@ if (_inArray(config.controls, "rewind")) { html.push( '' ); @@ -141,11 +141,11 @@ if (_inArray(config.controls, "play")) { html.push( '', '' ); @@ -155,7 +155,7 @@ if (_inArray(config.controls, "fast-forward")) { html.push( '' ); @@ -191,8 +191,8 @@ if (_inArray(config.controls, "mute")) { html.push( '' ); @@ -210,8 +210,8 @@ if (_inArray(config.controls, "captions")) { html.push( '' ); @@ -221,8 +221,8 @@ if (_inArray(config.controls, "fullscreen")) { html.push( '' );