Skip to content

Commit 921ac45

Browse files
committed
Link to remote script
1 parent 7c8fa06 commit 921ac45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<label><input type="checkbox" data-check-all-item> github/quote-selection</label>
1515
</div>
1616
<script type="module">
17-
import checkAll from '../dist/index.js'
18-
// import checkAll from 'https://unpkg.com/@github/check-all@latest/dist/index.js'
17+
// import checkAll from '../dist/index.js'
18+
import checkAll from 'https://unpkg.com/@github/check-all@latest/dist/index.js'
1919
checkAll(document.querySelector('[data-check-all-container]'))
2020
</script>
2121
</body>

0 commit comments

Comments
 (0)