Skip to content

Commit 1772332

Browse files
committed
Keep the external script for test page by default
1 parent 8428be8 commit 1772332

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)