We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e427a13 commit 600ed4bCopy full SHA for 600ed4b
utils/editors/html/editors-hdr/v2.0/editors-hdr-v2.0.html
@@ -110,11 +110,13 @@
110
111
obj.init = async function(){
112
debug('init',obj.version);
113
- top = mod['top-menu'];
+ await mod.auto();
114
115
- top.initmod({ext,$,menu});
+ //top = mod['top-menu'];
116
117
- await top.init();
+ //top.initmod({ext,$,menu});
118
+
119
+ //await top.init();
120
121
122
}//init
@@ -127,7 +129,7 @@
127
129
128
130
var shadow = host.shadowRoot;
131
- top.initdom(shadow);
132
+ //top.initdom(shadow);
133
134
$(shadow,'[value=isolate]').onclick = btn.isolate;
135
0 commit comments