Skip to content

Commit 4bd90f9

Browse files
save file
1 parent ff19c5b commit 4bd90f9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/html/webcontainer-iframe/examples/webcontainer-iframe-v1.0-example.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<body>
7575

7676

77+
<div id=hdr>
78+
<input value=iframe type=button>
79+
</div>
80+
7781
<webcontainer-iframe component=page></webcontainer-iframe>
7882

7983

@@ -88,8 +92,8 @@
8892

8993
function initdom(){
9094

91-
92-
95+
$('#hdr [value=iframe]').onclick = e=>{};
96+
9397
}//initdom
9498

9599

0 commit comments

Comments
 (0)