Skip to content

Commit 6d1c7a5

Browse files
save file
1 parent 6221abb commit 6d1c7a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

utils/github/backup-github-repo/backup-github-repo.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979

8080
menu = menumod();
8181

82-
hdr = mod.hdr;
83-
con = mod.console;
84-
log = mod.log;
82+
hdr = mod['github-hdr'];
83+
con = mod['web-console'];
84+
log = mod['log-mod'];
8585

8686
hdr.initmod({ext,$,menu});
8787
con.initmod({ext,$,menu,ace});
@@ -100,7 +100,7 @@
100100
menu.on.close = ()=>{};
101101

102102

103-
await initdom(document.body);
103+
initdom(document.body);
104104

105105

106106
}//init
@@ -275,10 +275,10 @@
275275

276276
<body>
277277

278-
<hdr component=grp v2.0>
278+
<github-hdr component=grp>
279279
<img class=title src='images/backup-github-repositories.png' style='top:0px;height:80px'>
280-
<span slot=date>28 Aug 2025</span>
281-
</hdr>
280+
<time slot=date datetime=2025-10-31>31 Oct 2025</time>
281+
</github-hdr>
282282

283283

284284
<div class=description>
@@ -401,14 +401,14 @@
401401

402402
</div>
403403

404-
<console component v2.0 h=1000px></console>
404+
<web-console component h=1000px></web-console>
405405

406406
</div center>
407407

408408
</div scroll>
409409

410410

411-
<log component v2.0></log>
411+
<log-mod component></log-mod>
412412

413413

414414
</body>

0 commit comments

Comments
 (0)