Fixed some things with the footer

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-11 13:07:49 +01:00
parent 93b42b65d6
commit c8d6d51166
22 changed files with 15 additions and 9 deletions

0
static/js/crypt.js Normal file → Executable file
View File

0
static/js/embed.js Normal file → Executable file
View File

View File

@@ -206,7 +206,7 @@ var Helper = {
var from = $("#contact-form-from").val();
var message = $("#contact-form-message").val();
$("#contact-container").empty();
window.open("mailto:contact@zoff.no?Subject=Contact%20Zoff&Body=" + message + "'", "_blank");
window.open("mailto:contact@zoff.no?Subject=Contact%20Zoff&Body=" + message, "_blank");
$("#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&Body=" + message + "'>contact@zoff.no</a>");

0
static/js/suggestions.js Normal file → Executable file
View File