Skip to content

Commit f20740a

Browse files
helenseanpdoyle
authored andcommitted
Keep the external script for test page by default
1 parent b3f5260 commit f20740a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ <h2>Test by filling out the form and then refreshing the page or <a href="https:
6060
</form>
6161

6262
<script type="module">
63-
import {persistResumableFields, restoreResumableFields, setForm} from '../dist/index.js'
64-
// import {persistResumableFields, restoreResumableFields, setForm} from 'https://unpkg.com/@github/session-resume/dist/index.js'
63+
// import {persistResumableFields, restoreResumableFields, setForm} from '../dist/index.js'
64+
import {persistResumableFields, restoreResumableFields, setForm} from 'https://unpkg.com/@github/session-resume/dist/index.js'
6565

6666
// Listen for all form submit events and to see if their default submission
6767
// behavior is invoked.

0 commit comments

Comments
 (0)