Skip to content

Commit bfb9d4b

Browse files
save file
1 parent 3ce5f5e commit bfb9d4b

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

utils/github/download-a-directory-from-a-github-repository/v2.0/download-a-directory-from-a-github-repository-v2.0.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,19 @@
6868

6969
menu = menumod();
7070

71-
hdr = mod.hdr;
72-
log = mod.log;
71+
hdr = mod['github-hdr'];
72+
log = mod['log-mod'];
73+
7374

7475
hdr.initmod({ext,$,menu});
7576
log.initmod({ext,$});
77+
78+
79+
await Promise.all([
80+
hdr.init(),
81+
log.init(),
82+
]);
7683

77-
await hdr.init();
78-
await log.init();
7984

8085
//:
8186

@@ -213,10 +218,10 @@
213218

214219
<body>
215220

216-
<hdr component=grp v2.0>
221+
<github-hdr component=grp>
217222
<img style='top:0px;height:50px' class=title src='images/download-a-directory-from-a-github-repository.png'>
218223
<span slot=date>27 Aug 2025</span>
219-
</hdr>
224+
</github-hdr>
220225

221226

222227
<div id=scroll>
@@ -356,7 +361,7 @@
356361

357362
</div scroll>
358363

359-
<log component v2.0></log>
364+
<log-mod component></log-mod>
360365

361366
</body>
362367

0 commit comments

Comments
 (0)