We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3897b4 commit e5bdc96Copy full SHA for e5bdc96
demo/index.html
@@ -44,8 +44,8 @@
44
<body>
45
<input type="button" value="Share it" class="the-share-button" onclick="shareTheLink()" />
46
47
- <!-- <script src="https://unpkg.com/share-api-polyfill/dist/share-min.js"></script> -->
48
- <script src="../dist/share-min.js"></script>
+ <script src="https://unpkg.com/share-api-polyfill/dist/share-min.js"></script>
+ <!-- <script src="../dist/share-min.js"></script> -->
49
<script>
50
function shareTheLink () {
51
navigator.share({
0 commit comments