Skip to content

Commit f144390

Browse files
save file
1 parent 5f1d0bc commit f144390

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

code-dev/display.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ <h1 class=title>
150150
-->
151151

152152

153-
<p id=description>
154-
Dont expect explanations, tutorials — just raw, readable snippets. Think of it as a scratchpad, a stream, a place to muse through ideas in motion. Every listing is runnable and editable, so you can poke around, learn something new, or take it somewhere else.
155-
</p>
156153

157154

158155

@@ -172,8 +169,12 @@ <h1 class=title>
172169

173170
function initdom(rootnode){
174171

172+
173+
175174

176-
175+
log.initdom();
176+
log.ok('ok');
177+
177178

178179
}//initdom
179180

0 commit comments

Comments
 (0)