Skip to content

Commit 69fa49c

Browse files
save file
1 parent ec4d2ac commit 69fa49c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

html-components/html/html-components-hdr/v2.0/html-components-hdr-v2.0.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@
9090

9191
obj.init = async function(){
9292

93-
top = mod['top-menu']
93+
//top = mod['top-menu']
9494

95-
top.initmod({$,menu});
95+
//top.initmod({$,menu});
9696

97-
await top.init();
97+
//await top.init();
9898

9999

100100
}//init
@@ -107,7 +107,7 @@
107107

108108
var shadow = host.shadowRoot;
109109

110-
top.initdom(shadow);
110+
//top.initdom(shadow);
111111

112112

113113
}//initdom

0 commit comments

Comments
 (0)