Small adjustments.
This commit is contained in:
parent
855e063343
commit
a7c0e0d3d0
2 changed files with 2 additions and 2 deletions
|
@ -37,6 +37,6 @@ $(".menulink").click(function() {
|
|||
|
||||
$(document).click(function() {
|
||||
if($("#contact-popup").is(':visible')) {
|
||||
$("#contact-popup").fadeOut();
|
||||
$("#contact-popup").fadeOut("slow");
|
||||
}
|
||||
});
|
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue