aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2015-02-18 00:18:35 +1100
committerSam Potts <me@sampotts.me>2015-02-18 00:18:35 +1100
commit484617e2d74fb9250ee6d53d61d612c7a24969db (patch)
treee301c527f9ba0d258b6db9d626176083a9181c29
parent841cc957c945270cd656145989a64d7ced0ae22f (diff)
downloadplyr-484617e2d74fb9250ee6d53d61d612c7a24969db.tar.lz
plyr-484617e2d74fb9250ee6d53d61d612c7a24969db.tar.xz
plyr-484617e2d74fb9250ee6d53d61d612c7a24969db.zip
Tidy up
-rw-r--r--assets/js/plyr.js2
-rw-r--r--index.html13
2 files changed, 1 insertions, 14 deletions
diff --git a/assets/js/plyr.js b/assets/js/plyr.js
index 923b3dce..7414a381 100644
--- a/assets/js/plyr.js
+++ b/assets/js/plyr.js
@@ -6,8 +6,6 @@
// Credits: http://paypal.github.io/accessible-html5-video-player/
// ==========================================================================
-/*global ActiveXObject*/
-
(function (api) {
"use strict";
diff --git a/index.html b/index.html
index 0925d435..52a95451 100644
--- a/index.html
+++ b/index.html
@@ -55,18 +55,7 @@
<!-- Load SVG defs -->
<script>
- (function(d,p){
- var a=new XMLHttpRequest(),
- b=d.body;
- a.open("GET",p,!0);
- a.send();
- a.onload=function(){
- var c=d.createElement("div");
- c.style.display="none";
- c.innerHTML=a.responseText;
- b.insertBefore(c,b.childNodes[0])
- }
- })(document,"dist/svg/sprite.svg");
+ (function(d,p){var a=new XMLHttpRequest(),b=d.body;a.open("GET",p,!0);a.send();a.onload=function(){var c=d.createElement("div");c.style.display="none";c.innerHTML=a.responseText;b.insertBefore(c,b.childNodes[0])}})(document,"dist/svg/sprite.svg");
</script>
<!-- Core player -->