mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	changed from .no to .me
This commit is contained in:
		@@ -229,15 +229,15 @@ 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>")
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
            /*from    = $("#contact-form-from").val();
 | 
			
		||||
            message = $("#contact-form-message").val();
 | 
			
		||||
            $("#contact-container").empty();
 | 
			
		||||
            newWindow = 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>");
 | 
			
		||||
            newWindow = window.open("mailto:contact@zoff.me?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.me?Subject=Contact%20Zoff&Body=" + message + "'>contact@zoff.me</a>");
 | 
			
		||||
            setTimeout(function(){newWindow.close();},500);*/
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user