wefra-odoo11/themes/materialize/js/init.js

9 lines
163 B
JavaScript
Raw Normal View History

2019-10-02 21:28:58 +00:00
(function($){
$(function(){
$('.sidenav').sidenav();
$('.parallax').parallax();
}); // end of document ready
})(jQuery); // end of jQuery name space