We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a0a85 commit 267691bCopy full SHA for 267691b
1 file changed
utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html
@@ -173,8 +173,9 @@
173
174
help = mod['help-file'];
175
176
- var slot = $(shadow,'[name=help]')
177
- console.log('file :',slot.getAttribute('src'));
+ var slot = $(shadow,'[name=help]');
+ var assigned = slot.assignedNodes()[0];
178
+ console.log('file :',assigned.getAttribute('src'));
179
180
help.initmod(mod.root.base);
181
await help.init();
0 commit comments