start new version of website
This commit is contained in:
4
oldVersion/js/loader.js
Normal file
4
oldVersion/js/loader.js
Normal file
@@ -0,0 +1,4 @@
|
||||
$( document ).ready( function () {
|
||||
$( '#nav' ).load( '/modules/nav.html' );
|
||||
$( '#footer' ).load( '/modules/footer.html' );
|
||||
} );
|
||||
Reference in New Issue
Block a user