mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 16:30:09 +00:00
Revert "pre-fill the domain"
This reverts commit 46b6992b52.
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// domain
|
||||
let domain = document.getElementById("domain_input");
|
||||
if (domain) {
|
||||
domain.value = window.location.host
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user