fix: Script autour du contact

This commit is contained in:
Simon 2021-07-02 19:18:29 +02:00
parent 708dbb13a8
commit 5e5369affc
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ function comments(elm) {
function contact() {
var link = document.getElementById('contact');
link.href = "mai" + "lto:" + getAddress();
if (link) {
link.href = "mai" + "lto:" + getAddress();
}
}
function changeTheme() {