1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

remove trailing spaces

This commit is contained in:
Peter Bieringer 2024-03-09 08:06:04 +01:00
parent 2bb811b3fc
commit 9d30cbc5c2

View file

@ -1086,7 +1086,6 @@ function CreateEditCollectionScene(user, password, collection) {
error_form.classList.remove("hidden");
}
error_form.classList.add("hidden");
onTypeChange();
type_form.addEventListener("change", onTypeChange);
}