mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
|
(function($){
|
||
|
$(function(){
|
||
|
|
||
|
$('.sidenav').sidenav();
|
||
|
|
||
|
}); // end of document ready
|
||
|
})(jQuery); // end of jQuery name space
|