diff options
author | Sam Potts <me@sampotts.me> | 2016-04-25 19:06:55 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-04-25 19:06:55 +1000 |
commit | ffebc7b077ed64f017d2313634c934cc3af233a2 (patch) | |
tree | a43af390186dfaa3d226ecba13bc8792b61fdeb2 /docs/index.html | |
parent | 1ddb4eb60c134547ec0ef2311846e88ca9c0287a (diff) | |
download | plyr-ffebc7b077ed64f017d2313634c934cc3af233a2.tar.lz plyr-ffebc7b077ed64f017d2313634c934cc3af233a2.tar.xz plyr-ffebc7b077ed64f017d2313634c934cc3af233a2.zip |
UI tweaks
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index eee24458..66ea9adb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -118,10 +118,11 @@ <!-- Plyr core script --> <script src="../dist/plyr.js"></script> - <!-- Shr core script --> - <script src="https://cdn.shr.one/0.1.9/shr.js"></script> - <!-- Docs script --> <script src="dist/docs.js"></script> + + <!-- Shr core script --> + <script src="https://cdn.shr.one/0.1.9/shr.js"></script> + <script>if(window.shr) { window.shr.setup({ count: { classname: 'btn__count' } }); }</script> </body> </html> |