Skip to content

Commit b6fcfcd

Browse files
save file
1 parent aa06638 commit b6fcfcd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

utils/editors/html-editor/v3.0/html-editor-v3.0.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595

9696

97-
<script init>
97+
<script>
9898
console.log('html-editor-v3.0.html');
9999
var version='v3.0';
100100
var df=true,did='html-editor';
@@ -123,8 +123,10 @@
123123
autosave.initmod({save:btn.save});
124124

125125
mod.base.add({log,complete,source,focus,editor,filemod});
126+
126127
await mod.auto();
127128

129+
128130
hdr['page-source'].url('v3.0/html-editor-v3.0.html');
129131

130132
window.onfocus = focus;
@@ -136,10 +138,11 @@
136138

137139
publish.query();
138140

141+
139142
}//init
140143

141144

142-
</script init>
145+
</script>
143146

144147

145148
<link rel=stylesheet href='/utils/css/utils.css' crossorigin=anonymous>

0 commit comments

Comments
 (0)