mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-17 03:00:21 +00:00
Remove console logging
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
parent
b95eb8b8ed
commit
83bc8042ce
1 changed files with 0 additions and 2 deletions
|
|
@ -70,12 +70,10 @@ function showPassword(id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
form.onsubmit = submit;
|
form.onsubmit = submit;
|
||||||
console.info(form);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function initForms() {
|
function initForms() {
|
||||||
const forms = document.querySelectorAll('form.xhr')
|
const forms = document.querySelectorAll('form.xhr')
|
||||||
console.info("Making " + forms.length + " form(s) use XHR.");
|
|
||||||
for (const form of forms) {
|
for (const form of forms) {
|
||||||
initForm(form);
|
initForm(form);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue