fix(calendar,preferences) Small fixes for commit 5c4d467d and 6050c4ee

This commit is contained in:
Hivert Quentin
2023-05-22 10:11:58 +02:00
parent 5c4d467d06
commit e076d0db73
6 changed files with 21 additions and 28 deletions
@@ -300,7 +300,7 @@
}
function clipboard(elem_id) {
let linkUrl = document.getElementById(elem_id);
var linkUrl = document.getElementById(elem_id);
navigator.clipboard.writeText(linkUrl.value);
}
}