diff options
author | Monica Cheung <i8monica@gmail.com> | 2016-04-25 22:43:44 -0700 |
---|---|---|
committer | Monica Cheung <i8monica@gmail.com> | 2016-04-25 22:43:44 -0700 |
commit | 48399f6364d07012f0f714a4bf7ef0aa5bf253bc (patch) | |
tree | 0bd78dd8b318f3a9e60282185d9eeed377f05d6a /docs/index.html | |
parent | 47e0800f02e4bf77a779130e1aa820f1702c23ca (diff) | |
parent | e26694c32202ed5eee2ae07c3834946aae93f5bc (diff) | |
download | plyr-48399f6364d07012f0f714a4bf7ef0aa5bf253bc.tar.lz plyr-48399f6364d07012f0f714a4bf7ef0aa5bf253bc.tar.xz plyr-48399f6364d07012f0f714a4bf7ef0aa5bf253bc.zip |
Merge remote-tracking branch 'org/develop' into develop
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 e518e692..2e6dbde0 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> |