3
0

Fix auth dev screen nav&js

This commit is contained in:
Denis Arh
2021-03-06 08:35:03 +01:00
parent 34a58d3410
commit a837f88826
+2 -1
View File
@@ -7,7 +7,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script type="application/javascript">
window.addEventListener('load', function() {
document.getElementByID('preview').src=location.hash.substring(1)
document.getElementById('preview').src=location.hash.substring(1)
})
</script>
</head>
@@ -39,6 +39,7 @@
<div class="col-9 m-0 p-0">
<iframe
name="preview"
id="preview"
class="w-100 border-0"
style="height: 100vh;"
src="about:blank"