Explorar el Código

don't use iCheck in bootstrap button group

Toni Rudolf hace 11 años
padre
commit
3fec0da107
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/public/Admin.js

+ 1 - 1
Resources/public/Admin.js

@@ -103,7 +103,7 @@ var Admin = {
     },
     setup_icheck: function(subject) {
         if (window.SONATA_CONFIG && window.SONATA_CONFIG.USE_ICHECK) {
-            jQuery("input[type='checkbox'], input[type='radio']", subject).iCheck({
+            jQuery("input[type='checkbox']:not('label.btn>input'), input[type='radio']:not('label.btn>input')", subject).iCheck({
                 checkboxClass: 'icheckbox_minimal',
                 radioClass: 'iradio_minimal'
             });