Small adjustments.

This commit is contained in:
Marc 2015-12-24 20:52:01 -05:00
parent 855e063343
commit a7c0e0d3d0
2 changed files with 2 additions and 2 deletions

View file

@ -37,6 +37,6 @@ $(".menulink").click(function() {
$(document).click(function() {
if($("#contact-popup").is(':visible')) {
$("#contact-popup").fadeOut();
$("#contact-popup").fadeOut("slow");
}
});

View file

@ -21,7 +21,7 @@ $contactForm.submit(function(e) {
},
success: function(data) {
$('#contactme').trigger("reset");
$("#contact-popup").fadeIn();
$("#contact-popup").fadeIn("slow");
},
error: function(err) {
console.log("Failed.");