File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
utils/misc/base64-encode-file/v2.0 Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1313
1414 < meta name =description content ='base64 encode files, optional dataurl '>
1515
16- < link rel =icon type ='image/png ' href ='image/base64-30.png '>
17- < meta name =viewport content ='width=device-width, initial-scale=1 '>
18-
1916 < base href ='https://ext-code.com/utils/misc/base64-encode-file/ '>
2017 < link rel =canonical href ='https://ext-code.com/utils/misc/base64-encode-file/base64-encode-file.html '>
2118
19+ < link rel =icon type ='image/png ' href ='image/base64-30.png '>
20+ < meta name =viewport content ='width=device-width, initial-scale=1 '>
21+
2222 < script type ='application/ld+json '>
2323 {
2424 "@context" : "https://schema.org" ,
8585 output . filename . initmod ( { ext, $} ) ;
8686 log . initmod ( { ext, $} ) ;
8787
88- await hdr . init ( ) ;
89- await //mod.menu.main.init();
90- await preview . filemod . init ( ) ;
91- await preview . filename . init ( ) ;
92- await output . filemod . init ( ) ;
93- await output . filename . init ( ) ;
94- await log . init ( ) ;
88+ await Promise . all ( [
89+ hdr . init ( ) ,
90+ //await mod.menu.main.init(),
91+ preview . filemod . init ( ) ,
92+ preview . filename . init ( ) ,
93+ output . filemod . init ( ) ,
94+ output . filename . init ( ) ,
95+ log . init ( ) ,
96+ ] ) ;
97+
9598
96- //:
9799
98100 menu . on . close = null ;
99101
You can’t perform that action at this time.
0 commit comments