mirror of
https://github.com/TotalFreedomMC/WorldDownloadTool.git
synced 2024-12-22 07:24:58 +00:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
(function($){
|
|
$(function(){
|
|
|
|
$('.sidenav').sidenav();
|
|
|
|
}); // end of document ready
|
|
})(jQuery); // end of jQuery name space
|