Skip to content

Commit a882046

Browse files
save file
1 parent 68d980c commit a882046

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

html-components/list/web-editor/web-editor.html

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
var ace;
4040

41-
var ext,$,datatype,keydown,menumod
41+
var ext,$,datatype,keydown,menumod,debug
4242
;
4343

4444
var menu;
@@ -77,16 +77,23 @@
7777
}//init
7878

7979

80-
(()=>{
80+
(async()=>{
81+
82+
mod.stack.add;
83+
84+
({ext} = await import('https://libs.ext-code.com/js/io/ext-loader/ext-loader.m.js'));
85+
86+
var promise = ext.load.libs(
87+
'js/dom/$.js',
88+
'js/core/datatype.js',
89+
'js/dom/menumod/menumod.js',
90+
'js/dom/keydown/keydown.js',
91+
'js/debug/debug.js',
92+
);
93+
[$,datatype,menumod,keydown,debug] = await promise;
8194

82-
mod.stack.add;
83-
84-
({ext} = await import('https://libs.ext-code.com/');
85-
86-
[$,datatype,keydown,menumod] = await ext.load.libs('');
87-
88-
mod.stack.complete;
89-
95+
mod.stack.complete;
96+
9097
})();
9198

9299
</script>
@@ -103,7 +110,7 @@
103110

104111
<body>
105112

106-
<html-components-hdr v2.0 component=grp2>
113+
<html-components-hdr v2.0 component=grp1>
107114
<img class=title src='images/html-components.png' style='top:-5px;height:80px' alt='deploy cloud run service'>
108115
<time slot=date datetime=2025-11-08>08 Nov 2025</time>
109116
</html-components-hdr>

0 commit comments

Comments
 (0)