aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-10-03 10:43:27 +1000
committerSam Potts <me@sampotts.me>2015-10-03 10:43:27 +1000
commit0674e13bab50fea1b7e1a11924c62005b848d7d6 (patch)
tree6224fddf51ca7298a386a920ca742f03977e683d /src/js/plyr.js
parent941b4c1c209a5b99ec5b0ea704c0b534ecb03daf (diff)
downloadplyr-0674e13bab50fea1b7e1a11924c62005b848d7d6.tar.lz
plyr-0674e13bab50fea1b7e1a11924c62005b848d7d6.tar.xz
plyr-0674e13bab50fea1b7e1a11924c62005b848d7d6.zip
Icon tweaks, other small tweaks
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r--src/js/plyr.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index dfcc12f0..e5ed082a 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -918,6 +918,7 @@
window.onYouTubeIframeAPIReady = function () { _YouTubeReady(videoId, container); };
}
}
+ // Vimeo
else if (type === 1) {
// Inject the iframe
var iframe = document.createElement('iframe');