mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
1e29e694de
The entire of the old site doesn't work when hosted how we now host the site, so I've replaced it with a landing page. New site design to then come in due course.
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
(function($){
|
|
$(function(){
|
|
|
|
$('.sidenav').sidenav();
|
|
|
|
}); // end of document ready
|
|
})(jQuery); // end of jQuery name space
|