expressCart/views/themes/Material/index.js

6 lines
164 B
JavaScript
Raw Normal View History

/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
$(document).ready(function (){
$('.materialboxed').materialbox();
$('select').formSelect();
});