We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9b871 commit 07adaecCopy full SHA for 07adaec
utils/editors/html/auto-save/test/auto-save-v2.0-test.html
@@ -6,14 +6,25 @@
6
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
7
<script src='https://libs.ext-code.com/js/dom/init-hdr/init-hdr.js'></script>
8
9
+ <style>
10
+
11
+ input
12
+ {font-size:16px;padding:5px 10px}
13
+ input[type=button]
14
+ {cursor:pointer}
15
16
+ </style>
17
- <script>
18
19
+ <script>
20
21
22
+ var autosave;
23
24
25
async function init(){
26
- var autosave = mod['auto-save'];
27
+ autosave = mod['auto-save'];
28
autosave.initmod({save});
29
30
var log = mod['log-mod'];
0 commit comments