diff --git a/php/public/domain-prefill.js b/php/public/domain-prefill.js deleted file mode 100644 index c81f2231..00000000 --- a/php/public/domain-prefill.js +++ /dev/null @@ -1,7 +0,0 @@ -document.addEventListener("DOMContentLoaded", function(event) { - // domain - let domain = document.getElementById("domain_input"); - if (domain) { - domain.value = window.location.host - } -}); diff --git a/php/templates/containers.twig b/php/templates/containers.twig index bf03801d..8c1acd1a 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -20,9 +20,6 @@ {# Add 2nd tab warning #} - - {# Add domain-prefill #} - {# timezone-prefill #} @@ -106,7 +103,7 @@ Please note: The domain validation is disabled so any domain will be accepted here! Make sure you do not make a typo here as you will not be able to change it afterwards!

{% endif %}
- +