diff options
author | Sam Potts <me@sampotts.me> | 2016-01-14 00:23:57 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-01-14 00:23:57 +1100 |
commit | ca8fd08e81e79875505f432b304e8140a3978ed4 (patch) | |
tree | 0e98da7ed199580380ee6596cd28636f787b1562 /docs/error.html | |
parent | bc67d969cbba42b5a93866c42c8b49facf532a49 (diff) | |
download | plyr-ca8fd08e81e79875505f432b304e8140a3978ed4.tar.lz plyr-ca8fd08e81e79875505f432b304e8140a3978ed4.tar.xz plyr-ca8fd08e81e79875505f432b304e8140a3978ed4.zip |
Use only one index.html for testing locally, fixes for limited controls, larger seek handle
Diffstat (limited to 'docs/error.html')
-rw-r--r-- | docs/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/error.html b/docs/error.html index 8f5086ef..7c7bc14a 100644 --- a/docs/error.html +++ b/docs/error.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.3.7/docs.css"> + <link rel="stylesheet" href="dist/docs.css"> </head> <body> <main> @@ -15,4 +15,4 @@ <a href="http://plyr.io" class="btn">Back to plyr.io</a> </main> </body> -</html>
\ No newline at end of file +</html> |