diff options
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> |