mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
remove double / for MKCOL
This commit is contained in:
parent
c2013ec901
commit
fcaee51ceb
1 changed files with 1 additions and 1 deletions
|
@ -1213,7 +1213,7 @@ function CreateEditCollectionScene(user, password, collection) {
|
||||||
alert("You must enter a valid HREF");
|
alert("You must enter a valid HREF");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
href = collection.href + "/" + newhreftxtvalue + "/";
|
href = collection.href + newhreftxtvalue + "/";
|
||||||
}
|
}
|
||||||
displayname = displayname_form.value;
|
displayname = displayname_form.value;
|
||||||
description = description_form.value;
|
description = description_form.value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue