diff --git a/js/AdminLTE/app.js b/js/AdminLTE/app.js index 85374f86cfef6c40ce5824ddf763893100c42771..d926a2ffbf40a818b4422e911f4d00784c04f504 100644 --- a/js/AdminLTE/app.js +++ b/js/AdminLTE/app.js @@ -129,7 +129,7 @@ $(function() { * iCheck plugin in. * You can find the documentation at http://fronteed.com/iCheck/ */ - $("input[type='checkbox'], input[type='radio']").iCheck({ + $("input[type='checkbox']:not(.simple), input[type='radio']:not(.simple)").iCheck({ checkboxClass: 'icheckbox_minimal', radioClass: 'iradio_minimal' });