mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add some compiled html files
This commit is contained in:
5
website/dist/docs/js/index.js
vendored
5
website/dist/docs/js/index.js
vendored
@@ -0,0 +1,5 @@
|
||||
$( document ).ready( function () {
|
||||
$( '#nav' ).load( '/nav.html' );
|
||||
$( '#side-bar' ).load( '/docs/side-bar.html' );
|
||||
$( '#footer' ).load( '/footer.html' );
|
||||
} );
|
||||
Reference in New Issue
Block a user