1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-16 20:08:15 +01:00

change about://blank to blank src otherwise doesnt wrk in safari

This commit is contained in:
Kushagra Gour 2024-05-27 13:17:54 +05:30
parent be7352af2d
commit b9fbccf513

View File

@ -11,12 +11,7 @@
</style>
<body>
<iframe
src="about://blank"
frameborder="0"
id="demo-frame"
allowfullscreen
></iframe>
<iframe src="" frameborder="0" id="demo-frame" allowfullscreen></iframe>
<script src="detached-window.js"></script>
</body>