debug(jeu): charge l'iframe directement pour diagnostiquer
This commit is contained in:
parent
b4dfc4480e
commit
421d39d773
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
<iframe
|
||||
width="400"
|
||||
height="650"
|
||||
style="border: none; overflow: hidden; pointer-events: none; display: block; width: 100%;"
|
||||
src="about:blank"
|
||||
style="border: none; overflow: hidden; display: block; width: 100%;"
|
||||
src="<?= htmlspecialchars($iframeUrl, ENT_QUOTES, 'UTF-8') ?>"
|
||||
></iframe>
|
||||
<div class="iframe-click-overlay" data-state="initial">
|
||||
<div class="overlay-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue