/* 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' ); } );