Skip to content

Commit b9fbccf

Browse files
committed
change about://blank to blank src otherwise doesnt wrk in safari
1 parent be7352a commit b9fbccf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

preview/preview.htm

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
</style>
1212

1313
<body>
14-
<iframe
15-
src="about://blank"
16-
frameborder="0"
17-
id="demo-frame"
18-
allowfullscreen
19-
></iframe>
14+
<iframe src="" frameborder="0" id="demo-frame" allowfullscreen></iframe>
2015

2116
<script src="detached-window.js"></script>
2217
</body>

0 commit comments

Comments
 (0)