File tree Expand file tree Collapse file tree
utils/misc/hash-generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 117117 menu . on . close = null ;
118118
119119
120- initdom ( document . body ) ;
120+ await initdom ( document . body ) ;
121121
122122
123+ hdr . complete ( ) ;
124+
123125
124126 } //init
125127
520522
521523 root = rootnode ;
522524
523- hdr . initdom ( ) ;
524- hdr . set . version ( version ) ;
525+ await Promise . all ( [
526+ hdr . initdom ( ) ,
527+ filemod . initdom ( ) ,
528+ filename . initdom ( ) ,
529+ editor . initdom ( root ) ,
530+ log . initdom ( root ) ,
531+ ] ) ;
525532
526533
527- chk = $ . chkbox . group ( root , '#file-hdr .chk-root' , '#text-hdr .chk-root' ) ;
528- filemod . initdom ( root ) ;
529- filename . initdom ( root ) ;
534+ hdr . set . version ( version ) ;
530535
531536
532- editor . initdom ( root ) ;
537+ chk = $ . chkbox . group ( root , '#file-hdr .chk-root' , '#text-hdr .chk-root' ) ;
533538
534539
535540
582587
583588
584589
585- log . initdom ( root ) ;
586590
587591
588592 blob . display ( ) ;
You can’t perform that action at this time.
0 commit comments