Skip to content

Commit 22dffdb

Browse files
save file
1 parent 173b47b commit 22dffdb

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

html-components/html-components-list/html-components-list.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@
5050

5151
hdr = mod['html-component-hdr'];
5252

53+
54+
hdr.initmod({ext,$,menu});
55+
56+
57+
await Promise.all([
58+
hdr.init(),
59+
]);
60+
61+
62+
initdom();
63+
64+
5365
}//init
5466

5567

@@ -86,8 +98,8 @@
8698

8799
<body>
88100

89-
<html-components-hdr component=grp>
90-
<img class=title src='images/html-components.png' style='top:-5px;height:80px' alt='deploy cloud run service'>
101+
<html-components-hdr v2.0 component=grp>
102+
<img class=title src='../images/html-components.png' style='top:-5px;height:80px' alt='deploy cloud run service'>
91103
<time slot=date datetime=2025-11-08>08 Nov 2025</time>
92104
</html-components-hdr>
93105

@@ -108,6 +120,10 @@
108120

109121

110122
function initdom(){
123+
124+
hdr.initdom();
125+
126+
111127
}//initdom
112128

113129
//:

0 commit comments

Comments
 (0)