File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 4343 var menu ;
4444
4545 var ex1 ;
46-
46+ var ex2 ;
4747
4848 async function init ( ) {
4949
5050 menu = menumod ( ) ;
5151
5252 ex1 = mod . ex1 ;
53+ ex2 = mod . ex2 ;
5354
5455 ex1 . initmod ( { ext, $, menu, ace} ) ;
56+ ex2 . initmod ( { ext, $, menu, ace} ) ;
5557
5658 await Promise . all ( [
5759 ex1 . init ( ) ,
60+ ex2 . init ( ) ,
5861 ] ) ;
5962
6063 initdom ( ) ;
146149
147150
148151 < html-components-hdr component =page >
149- < img class =title src ='images/html-components.png ' style ='top:-15px ;height:80px ' alt ='deploy cloud run service '>
152+ < img class =title src ='images/html-components.png ' style ='top:-5px ;height:80px ' alt ='deploy cloud run service '>
150153 < time slot =date datetime =2025-11-08 > 08 Nov 2025</ time >
151154 </ html-components-hdr >
152155
220223 </ div >
221224
222225 < div >
226+ < p >
227+ this is the code for the log-mod component
228+ </ p >
229+ < web-editor id =ex2 component fullsize src ='https://libs.ext-code.com/html/log-mod/log-mod.html '> </ web-editor >
223230 </ div >
224231
225232
325332
326333
327334 function initdom ( ) {
335+
328336
329337 ex1 . initdom ( ) ;
338+ ex2 . initdom ( ) ;
339+
340+
330341
331342 } //initdom
332343
You can’t perform that action at this time.
0 commit comments