Skip to content

Commit 3a8f285

Browse files
save file
1 parent 267691b commit 3a8f285

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,14 @@
171171

172172
obj.init = async function(){
173173

174-
help = mod['help-file'];
174+
help = mod['help-file'];
175175

176176
var slot = $(shadow,'[name=help]');
177177
var assigned = slot.assignedNodes()[0];
178-
console.log('file :',assigned.getAttribute('src'));
178+
var src = assigned.getAttribute('src');
179+
180+
help.initmod(mod.root.base,{src});
179181

180-
help.initmod(mod.root.base);
181182
await help.init();
182183

183184

0 commit comments

Comments
 (0)