We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8fa06 commit 921ac45Copy full SHA for 921ac45
1 file changed
examples/index.html
@@ -14,8 +14,8 @@
14
<label><input type="checkbox" data-check-all-item> github/quote-selection</label>
15
</div>
16
<script type="module">
17
- import checkAll from '../dist/index.js'
18
- // import checkAll from 'https://unpkg.com/@github/check-all@latest/dist/index.js'
+ // import checkAll from '../dist/index.js'
+ import checkAll from 'https://unpkg.com/@github/check-all@latest/dist/index.js'
19
checkAll(document.querySelector('[data-check-all-container]'))
20
</script>
21
</body>
0 commit comments