mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-01 16:30:09 +00:00
@@ -39,6 +39,12 @@
|
||||
document.getElementById('overlay').classList.remove('loading');
|
||||
}
|
||||
|
||||
function mirrorPassword() {
|
||||
var Password = document.getElementById("Password");
|
||||
var mirroredPassword = document.getElementById("mirroredPassword");
|
||||
mirroredPassword.innerText = Password.value;
|
||||
}
|
||||
|
||||
function initForm(form) {
|
||||
function submit(event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user