fix: Script autour du contact
This commit is contained in:
@ -15,7 +15,9 @@ function comments(elm) {
|
|||||||
|
|
||||||
function contact() {
|
function contact() {
|
||||||
var link = document.getElementById('contact');
|
var link = document.getElementById('contact');
|
||||||
|
if (link) {
|
||||||
link.href = "mai" + "lto:" + getAddress();
|
link.href = "mai" + "lto:" + getAddress();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeTheme() {
|
function changeTheme() {
|
||||||
|
Reference in New Issue
Block a user