mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Buttons more matching throughout the site
This commit is contained in:
@@ -244,16 +244,6 @@ var Helper = {
|
||||
|
||||
};
|
||||
|
||||
$(document).on('submit', '#contact-form', function(e){
|
||||
e.preventDefault();
|
||||
|
||||
var message = $("#contact-form-message").val();
|
||||
var from = $("#contact-form-from").val();
|
||||
|
||||
Helper.send_mail(from, message);
|
||||
});
|
||||
|
||||
|
||||
Element.prototype.remove = function() {
|
||||
this.parentElement.removeChild(this);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user