File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
html-components/html-components-list Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 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
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
108120
109121
110122 function initdom ( ) {
123+
124+ hdr . initdom ( ) ;
125+
126+
111127 } //initdom
112128
113129 //:
You can’t perform that action at this time.
0 commit comments