Skip to content

Commit a556ed0

Browse files
save file
1 parent 70e31f0 commit a556ed0

1 file changed

Lines changed: 8 additions & 42 deletions

File tree

utils/misc/stackblitz/stackblitz.html

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</script>
3636

3737

38-
<script src='https://libs.ext-code.com/js/dom/component/v3.0/component.js'></script>
38+
<script src='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr'></script>
3939

4040
<script init>
4141
console.clear();
@@ -58,46 +58,13 @@
5858

5959

6060

61-
async function init(){
61+
async function ready(){
6262
debug('init',version);
63-
64-
menu = menumod();
65-
66-
hdr = mod['misc-hdr'];
67-
68-
hdr.initmod({ext,$});
69-
70-
await Promise.all([
71-
hdr.init(),
72-
]);
73-
74-
7563
initdom();
7664

77-
78-
}//init
65+
}//ready
7966

8067

81-
(async()=>{
82-
83-
mod.stack.add;
84-
85-
({ext} = await import('https://libs.ext-code.com/js/io/ext-loader/ext-loader.m.js'));
86-
87-
var promise = ext.load.libs(
88-
'js/dom/$.js',
89-
'js/core/datatype.js',
90-
'js/dom/menumod/menumod.js',
91-
'js/dom/keydown/keydown.js',
92-
'js/debug/debug.js',
93-
);
94-
[$,datatype,menumod,keydown,debug] = await promise;
95-
96-
mod.stack.complete;
97-
98-
})();
99-
100-
10168
</script>
10269

10370

@@ -163,9 +130,11 @@
163130
<body>
164131

165132

166-
<misc-hdr component=grp>
167-
<img class=title src='images/stackblitz.png' style='top:-15px;height:60px' alt=stackblitz>
168-
<time slot=date datetime=2025-10-31>31 Oct 2025</time>
133+
<misc-hdr v2.0 component=grp>
134+
<img slot=title class=title src='images/stackblitz.png' style='top:-15px;height:60px' alt=stackblitz>
135+
<time slot=date datetime=2026-04-23>
136+
23 Apr 2026
137+
</time>
169138
</misc-hdr>
170139

171140

@@ -181,9 +150,6 @@
181150
function initdom(){
182151

183152

184-
hdr.initdom();
185-
186-
187153
}//initdom
188154

189155

0 commit comments

Comments
 (0)