You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
848 B

/*!
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
* Copyright 2018 PIXINVENT
* Licensed under the Themeforest Standard Licenses
*/
$(".skin-polaris input").iCheck({checkboxClass:"icheckbox_polaris",radioClass:"iradio_polaris",increaseArea:"-10%"}),$(".skin-futurico input").iCheck({checkboxClass:"icheckbox_futurico",radioClass:"iradio_futurico",increaseArea:"20%"});var i=0;if(Array.prototype.forEach){var elems=Array.prototype.slice.call(document.querySelectorAll(".switchery"));elems.forEach(function(html){new Switchery(html)})}else{var elems1=document.querySelectorAll(".switchery");for(i=0;i<elems1.length;i++)var switchery=new Switchery(elems1[i])}var elemXsmall=document.querySelectorAll(".switchery-xs");for(i=0;i<elemXsmall.length;i++)new Switchery(elemXsmall[i],{className:"switchery switchery-xsmall"});