Skip to content

Commit 267691b

Browse files
save file
1 parent e8a0a85 commit 267691b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

utils/misc/html/misc-hdr/v2.0/misc-hdr-v2.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@
173173

174174
help = mod['help-file'];
175175

176-
var slot = $(shadow,'[name=help]')
177-
console.log('file :',slot.getAttribute('src'));
176+
var slot = $(shadow,'[name=help]');
177+
var assigned = slot.assignedNodes()[0];
178+
console.log('file :',assigned.getAttribute('src'));
178179

179180
help.initmod(mod.root.base);
180181
await help.init();

0 commit comments

Comments
 (0)