Skip to content

Commit 27cc5ba

Browse files
save file
1 parent 167be1d commit 27cc5ba

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

blog/25-08-27/how-to-download-a-github-directory/how-to-download-a-github-directory.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ <h1 class=title>
365365
</code>
366366

367367

368+
<log component v2.0></log>
369+
370+
368371
</body>
369372

370373

@@ -399,18 +402,7 @@ <h1 class=title>
399402
snippet['node-2'].initdom(node);
400403

401404

402-
/*
403-
var list = $.all(root,'code-block');
404-
list.forEach(async node=>{
405-
406-
({code_block} = await code.code_block(node,{menu,ace}));
407-
408-
if(code_block.snippet_console){
409-
code_block.snippet_console.snippet.dconsole.height('200px');
410-
}
411-
412-
});
413-
*/
405+
log.initdom();
414406

415407

416408
}//initdom

0 commit comments

Comments
 (0)