mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
5 lines
171 B
JavaScript
5 lines
171 B
JavaScript
$( document ).ready( function () {
|
|
$( '#nav' ).load( '/nav.html' );
|
|
$( '#side-bar' ).load( '/docs/side-bar.html' );
|
|
$( '#footer' ).load( '/footer.html' );
|
|
} ); |