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