diff options
author | Sam Potts <me@sampotts.me> | 2016-08-21 19:44:46 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-08-21 19:44:46 +1000 |
commit | 4610f4a8c957977e53d596712bce927b390cca68 (patch) | |
tree | 7e46f3afba8c95afa9c11929edc6b0599b980188 /demo | |
parent | a8062354ec420bb0c4d90c1e52ae11ac25e10d52 (diff) | |
download | plyr-4610f4a8c957977e53d596712bce927b390cca68.tar.lz plyr-4610f4a8c957977e53d596712bce927b390cca68.tar.xz plyr-4610f4a8c957977e53d596712bce927b390cca68.zip |
Firefox and Edge fixes
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index e8c4aef5..d8ea6c2f 100644 --- a/demo/index.html +++ b/demo/index.html @@ -73,8 +73,8 @@ </main> <!-- Plyr core script --> - <script src="../dist/plyr.js"></script> - <!--<script src="../src/js/plyr.js"></script>--> + <!--<script src="../dist/plyr.js"></script>--> + <script src="../src/js/plyr.js"></script> <!-- Docs script --> <script src="dist/demo.js"></script> |