expressCart/views/themes/Mono/index.js

5 lines
125 B
JavaScript
Raw Normal View History

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