Files
libreevent/website/dist/js/index.js
2023-03-07 09:47:23 +01:00

12 lines
236 B
JavaScript

/*
* myevent - index.js
*
* Created by Janis Hutz 03/06/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com
*
*
*/
$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
} );