wefra-odoo11/themes/materialize/js/init.js
2019-10-02 23:28:58 +02:00

9 lines
163 B
JavaScript

(function($){
$(function(){
$('.sidenav').sidenav();
$('.parallax').parallax();
}); // end of document ready
})(jQuery); // end of jQuery name space