Reverting that mailthingy..

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-09 19:33:55 +01:00
parent c8ee8b9b50
commit 9a073e9948
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -176,7 +176,7 @@ var Helper = {
data: {from: from, message: message},
url: "/php/mail.php",
success: function(data){
if(data == "success" && 1 == 2){
if(data == "success"){
$("#contact-container").empty();
$("#contact-container").html("Mail has been sent, we'll be back with you shortly.")
}else{