This commit is contained in:
janis
2023-01-24 20:15:04 +01:00
parent 730c111d3c
commit 2f5d925649
4 changed files with 61 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
$(document).ready(function () {
$( '#contactForm' ).load( '/modules/contactForm.html' )
$( '#contactForm' ).load( '/modules/contactForm.html' );
});