mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
add urlencode for caldav link
This commit is contained in:
parent
b14f2d0388
commit
5e7b318e42
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