Skip to content

Commit 358df2a

Browse files
save file
1 parent 6bd6c56 commit 358df2a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

utils/editors/html-editor/html-editor.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
console.log('html-editor-v2.0.html');
8585
console.log();
8686
console.json=v=>console.log(JSON.stringify(v,null,4));
87-
var df=true,did='html-editor',version='v2.0'
87+
var df=true,did='html-editor',version='v1.0'
8888
;
8989

9090
var ace;
9191

92-
var ext,$,datatype,menumod,keydown,debug
92+
var ext,$,datatype,menumod,keydown,debug,ls
9393
;
9494

9595

@@ -116,7 +116,7 @@
116116
//keydown = keydown();
117117
menu = menumod();
118118

119-
mod.base.add({ext,$,datatype,keydown,menu,menumod,ace});
119+
mod.base.add({ext,$,datatype,keydown,menu,menumod,ace,ls});
120120

121121

122122
hdr = mod['editors-hdr'];
@@ -175,6 +175,7 @@
175175
'js/dom/menumod/menumod.js.api',
176176
'js/dom/keydown/keydown.js',
177177
'js/debug/debug.js',
178+
'js/core/ls-mod/ls-mod.js',
178179
);
179180
[$,datatype,menumod,keydown,debug] = await promise;
180181

@@ -263,7 +264,7 @@
263264
<editors-hdr component=grp>
264265
<img class=title src='images/html-editor.png' style='top:-5px;height:55px' alt='html editor'>
265266
<h1 slot=seo-hdr class=visually-hidden>html editor</h1>
266-
<time slot=date datetime=2025-10-30>30 Oct 2025</time>
267+
<time slot=date datetime=2025-12-31>31 Dec 2025</time>
267268
</editors-hdr>
268269

269270

@@ -313,7 +314,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
313314

314315
<div id=view>
315316

316-
<web-editor component></web-editor>
317+
<web-editor v2.0 component></web-editor>
317318

318319
<div id=page-slider style='width:10px;cursor:ew-resize'></div>
319320

0 commit comments

Comments
 (0)