aboutsummaryrefslogtreecommitdiff
path: root/app/genealogy/private/footer.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-03-27 21:38:10 +0200
committerMinteck <contact@minteck.org>2022-03-27 21:38:10 +0200
commit2328e5a5742c3fbdbcb4ded8f1d294b4a20e08e0 (patch)
tree7b783f6206e6126192166a4c031617800ff5a275 /app/genealogy/private/footer.php
parent4622ccde9cf34b8518dc9507382fcd2d7eafcb0c (diff)
downloadcore-2328e5a5742c3fbdbcb4ded8f1d294b4a20e08e0.tar.gz
core-2328e5a5742c3fbdbcb4ded8f1d294b4a20e08e0.tar.bz2
core-2328e5a5742c3fbdbcb4ded8f1d294b4a20e08e0.zip
Commit
Diffstat (limited to 'app/genealogy/private/footer.php')
-rw-r--r--app/genealogy/private/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/genealogy/private/footer.php b/app/genealogy/private/footer.php
index 0e6e65c..5fd824d 100644
--- a/app/genealogy/private/footer.php
+++ b/app/genealogy/private/footer.php
@@ -1,7 +1,7 @@
<script>
<?php global $_CONFIG; ?>console.log("Injecting Familine header")
document.body.innerHTML = document.body.innerHTML + "<iframe style=\"position:fixed;left:0;right:0;top:0;border: none;width: 100%;height:32px;\" src=\"https://<?= /** @var array $_CONFIG */
- $_CONFIG["Global"]["domain"] ?>/statusbar.php\"></iframe>";
+ $_CONFIG["Global"]["cdn"] ?>/statusbar.php\"></iframe>";
document.getElementsByTagName("html")[0].style.marginTop = "32px";
document.getElementsByTagName("html")[0].style.height = "calc(100vh - 32px)";
</script>