Skip to content

Commit 6383119

Browse files
save file
1 parent 0646457 commit 6383119

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

utils/misc/fetch/v2.0/fetch-v2.0.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
//:
345345

346346

347-
function initdom(rootnode){
347+
async function initdom(rootnode){
348348

349349
root = rootnode;
350350

@@ -366,10 +366,10 @@
366366
hdrs.item.remove();
367367

368368

369-
filemod.initdom(root);
370-
371-
372-
log.initdom(root);
369+
await Promise.all([
370+
filemod.initdom(),
371+
log.initdom(),
372+
]);
373373

374374

375375
}//initdom

0 commit comments

Comments
 (0)