702d080a1e
Google BK
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
(function($){
|
|
$(function(){
|
|
|
|
$('.sidenav').sidenav();
|
|
|
|
}); // end of document ready
|
|
})(jQuery); // end of jQuery name space
|