We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56616ab commit 37b0706Copy full SHA for 37b0706
1 file changed
utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html
@@ -172,11 +172,11 @@
172
obj.init = async function(){
173
174
help = mod['help-file'];
175
- debugger;
+
176
help.initmod(mod.root.base);
177
await help.init();
178
179
- console.log($(host.shadowRoot,'[slot=help]'));
+ console.log('file :',$(host.shadowRoot,'[slot=help]'));
180
181
}//init
182
0 commit comments