File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
utils/github/backup-github-repo Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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} ) ;
100100 menu . on . close = ( ) => { } ;
101101
102102
103- await initdom ( document . body ) ;
103+ initdom ( document . body ) ;
104104
105105
106106 } //init
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 >
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 >
You can’t perform that action at this time.
0 commit comments