Skip to content

Commit

Permalink
Merge 9211ca9 into de79cd0
Browse files Browse the repository at this point in the history
  • Loading branch information
kappalys committed Mar 16, 2018
2 parents de79cd0 + 9211ca9 commit 3ac8bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/public/Admin.js
Expand Up @@ -100,7 +100,7 @@ var Admin = {
if (window.SONATA_CONFIG && window.SONATA_CONFIG.USE_ICHECK) {
Admin.log('[core|setup_icheck] configure iCheck on', subject);

jQuery("input[type='checkbox']:not('label.btn>input'), input[type='radio']:not('label.btn>input')", subject).iCheck({
jQuery('input[type="checkbox"]:not(label.btn > input, [data-sonata-icheck="false"]), input[type="radio"]:not(label.btn > input, [data-sonata-icheck="false"])', subject).iCheck({
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue'
});
Expand Down

0 comments on commit 3ac8bfe

Please sign in to comment.