mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
add urlencode for caldav link
This commit is contained in:
parent
3db5fb891c
commit
5b7ef90d3a
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ Calendar={
|
|||
},
|
||||
showCalDAVUrl:function(username, calname){
|
||||
$('#caldav_url').val(totalurl + '/' + username + '/' + calname);
|
||||
$('#caldav_url').val(encodeURI($('#caldav_url').val()));
|
||||
$('#caldav_url').show();
|
||||
$("#caldav_url_close").show();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue