fix: Script autour du contact
This commit is contained in:
parent
708dbb13a8
commit
5e5369affc
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue