index.js 143 B

12345
  1. $(document).ready(function() {
  2. // This command is used to initialize some elements and make them work properly
  3. $.material.init();
  4. });