mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some things with the footer
This commit is contained in:
0
static/js/crypt.js
Normal file → Executable file
0
static/js/crypt.js
Normal file → Executable file
0
static/js/embed.js
Normal file → Executable file
0
static/js/embed.js
Normal file → Executable 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
0
static/js/suggestions.js
Normal file → Executable file
Reference in New Issue
Block a user