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:
parent
2bb811b3fc
commit
9d30cbc5c2
1 changed files with 3 additions and 4 deletions
|
@ -247,14 +247,14 @@ function get_collections(user, password, collection, callback) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
request.send('<?xml version="1.0" encoding="utf-8" ?>' +
|
request.send('<?xml version="1.0" encoding="utf-8" ?>' +
|
||||||
'<propfind ' +
|
'<propfind ' +
|
||||||
'xmlns="DAV:" ' +
|
'xmlns="DAV:" ' +
|
||||||
'xmlns:C="urn:ietf:params:xml:ns:caldav" ' +
|
'xmlns:C="urn:ietf:params:xml:ns:caldav" ' +
|
||||||
'xmlns:CR="urn:ietf:params:xml:ns:carddav" ' +
|
'xmlns:CR="urn:ietf:params:xml:ns:carddav" ' +
|
||||||
'xmlns:CS="http://calendarserver.org/ns/" ' +
|
'xmlns:CS="http://calendarserver.org/ns/" ' +
|
||||||
'xmlns:I="http://apple.com/ns/ical/" ' +
|
'xmlns:I="http://apple.com/ns/ical/" ' +
|
||||||
'xmlns:INF="http://inf-it.com/ns/ab/" ' +
|
'xmlns:INF="http://inf-it.com/ns/ab/" ' +
|
||||||
'xmlns:RADICALE="http://radicale.org/ns/"' +
|
'xmlns:RADICALE="http://radicale.org/ns/"' +
|
||||||
'>' +
|
'>' +
|
||||||
'<prop>' +
|
'<prop>' +
|
||||||
'<resourcetype />' +
|
'<resourcetype />' +
|
||||||
|
@ -1086,7 +1086,6 @@ function CreateEditCollectionScene(user, password, collection) {
|
||||||
error_form.classList.remove("hidden");
|
error_form.classList.remove("hidden");
|
||||||
}
|
}
|
||||||
error_form.classList.add("hidden");
|
error_form.classList.add("hidden");
|
||||||
|
|
||||||
onTypeChange();
|
onTypeChange();
|
||||||
type_form.addEventListener("change", onTypeChange);
|
type_form.addEventListener("change", onTypeChange);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue