mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +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:
parent
8c349800c0
commit
eeccfec0c9
2 changed files with 1 additions and 11 deletions
|
|
@ -1,7 +0,0 @@
|
|||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// domain
|
||||
let domain = document.getElementById("domain_input");
|
||||
if (domain) {
|
||||
domain.value = window.location.host
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue