mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-25 07:51:12 +02:00
change about://blank to blank src otherwise doesnt wrk in safari
This commit is contained in:
@@ -11,12 +11,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<iframe
|
<iframe src="" frameborder="0" id="demo-frame" allowfullscreen></iframe>
|
||||||
src="about://blank"
|
|
||||||
frameborder="0"
|
|
||||||
id="demo-frame"
|
|
||||||
allowfullscreen
|
|
||||||
></iframe>
|
|
||||||
|
|
||||||
<script src="detached-window.js"></script>
|
<script src="detached-window.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
Reference in New Issue
Block a user