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