Files
libreevent/website/dist/docs/js/index.js

5 lines
171 B
JavaScript

$( document ).ready( function () {
$( '#nav' ).load( '/nav.html' );
$( '#side-bar' ).load( '/docs/side-bar.html' );
$( '#footer' ).load( '/footer.html' );
} );