aboutsummaryrefslogtreecommitdiff
path: root/app/genealogy/private/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/genealogy/private/footer.php')
-rw-r--r--app/genealogy/private/footer.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/genealogy/private/footer.php b/app/genealogy/private/footer.php
deleted file mode 100644
index 5fd824d..0000000
--- a/app/genealogy/private/footer.php
+++ /dev/null
@@ -1,16 +0,0 @@
- <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"]["cdn"] ?>/statusbar.php\"></iframe>";
- document.getElementsByTagName("html")[0].style.marginTop = "32px";
- document.getElementsByTagName("html")[0].style.height = "calc(100vh - 32px)";
- </script>
- <?php if (isset($_GET['q'])): ?>
- <script>
- window.addEventListener('load', () => {
- $(".flexdatalist").flexdatalist('value', "<?= strip_tags(str_replace("\"", "''", $_GET['q'])) ?>");
- });
- </script>
- <?php endif; ?>
-</body>
-</html> \ No newline at end of file