We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8abb4 commit b1ce8dcCopy full SHA for b1ce8dc
1 file changed
utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html
@@ -176,8 +176,7 @@
176
help.initmod(mod.root.base);
177
await help.init();
178
179
- debugger;
180
- console.log('file :',$(host.shadowRoot,'[slot=help]'));
+ console.log('file :',$(host.shadowRoot,'[name=help]'));
181
182
}//init
183
@@ -189,8 +188,6 @@
189
188
190
shadow = host.shadowRoot;
191
192
193
-
194
await help.initdom();
195
196
set.filename();
0 commit comments