Skip to content

Commit 07adaec

Browse files
save file
1 parent 6e9b871 commit 07adaec

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

utils/editors/html/auto-save/test/auto-save-v2.0-test.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,25 @@
66
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
77
<script src='https://libs.ext-code.com/js/dom/init-hdr/init-hdr.js'></script>
88

9+
<style>
10+
11+
input
12+
{font-size:16px;padding:5px 10px}
13+
input[type=button]
14+
{cursor:pointer}
15+
16+
</style>
917

10-
<script>
1118

19+
<script>
1220

1321

22+
var autosave;
23+
24+
1425
async function init(){
1526

16-
var autosave = mod['auto-save'];
27+
autosave = mod['auto-save'];
1728
autosave.initmod({save});
1829

1930
var log = mod['log-mod'];

0 commit comments

Comments
 (0)