Skip to content

Commit e5bdc96

Browse files
committed
Fixed demo url
1 parent b3897b4 commit e5bdc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<body>
4545
<input type="button" value="Share it" class="the-share-button" onclick="shareTheLink()" />
4646

47-
<!-- <script src="https://unpkg.com/share-api-polyfill/dist/share-min.js"></script> -->
48-
<script src="../dist/share-min.js"></script>
47+
<script src="https://unpkg.com/share-api-polyfill/dist/share-min.js"></script>
48+
<!-- <script src="../dist/share-min.js"></script> -->
4949
<script>
5050
function shareTheLink () {
5151
navigator.share({

0 commit comments

Comments
 (0)