Using zoff.me instead of zoff.no for mailing now

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-06 14:09:48 +01:00
parent 0b2819649c
commit 626a6acb5f
5 changed files with 10 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ var Helper = {
$("#contact-container").html("Mail has been sent, we'll be back with you shortly.")
}else{
$("#contact-container").empty();
$("#contact-container").html("Something went wrong, sorry about that. You could instead try with your own mail-client: <a title='Open in client' href='mailto:contact@zoff.no?Subject=Contact%20Zoff'>contact@zoff.no</a>")
$("#contact-container").html("Something went wrong, sorry about that. You could instead try with your own mail-client: <a title='Open in client' href='mailto:contact@zoff.me?Subject=Contact%20Zoff'>contact@zoff.me</a>")
}
}
});