mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
13 lines
266 B
JavaScript
13 lines
266 B
JavaScript
/* eslint-disable no-undef */
|
|
/*
|
|
* 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' );
|
|
} ); |