Skip to content

Commit aa06638

Browse files
save file
1 parent 145cddc commit aa06638

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
var version='v3.0';
100100
var df=true,did='html-editor';
101101

102-
102+
var hdr;
103103
var filemod;
104104
var autosave;
105105
var publish;
@@ -110,6 +110,7 @@
110110

111111
async function init(){
112112
debug('init',version);
113+
hdr = mod['editors-hdr'];
113114
log = mod['log-mod'];
114115
filemod = mod['file-mod'];
115116
autosave = mod['auto-save'];
@@ -124,6 +125,8 @@
124125
mod.base.add({log,complete,source,focus,editor,filemod});
125126
await mod.auto();
126127

128+
hdr['page-source'].url('v3.0/html-editor-v3.0.html');
129+
127130
window.onfocus = focus;
128131
keydown.add(kd);
129132
menu.on.close = focus;

0 commit comments

Comments
 (0)