Skip to content

Commit 47ac422

Browse files
save file
1 parent c85da17 commit 47ac422

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
<x509-hdr>
3+
<x509-hdr v2.0>
44

55
<template shadowrootmode=open>
66

@@ -46,7 +46,7 @@
4646

4747
<div class=item>
4848

49-
<top-menu component=grp v2.0></top-menu>
49+
<top-menu component=grp></top-menu>
5050

5151
<a id=home class=item-label href='/'>
5252
home
@@ -67,7 +67,7 @@
6767

6868
<script>
6969

70-
(function x509_hdr({mod,root,node}){
70+
(function x509_hdr({mod,dom,host}){
7171

7272
var obj = {
7373
version : 'v2.0',
@@ -112,8 +112,7 @@
112112

113113
obj.initdom = function(rootnode){
114114

115-
var root = $.$(rootnode,'x509-hdr');
116-
var shadow = root.shadowRoot;
115+
var shadow = host.shadowRoot;
117116

118117
top.initdom(shadow);
119118

0 commit comments

Comments
 (0)