Quentin Somazzi 9 년 전
부모
커밋
896cc1141b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/public/Admin.js

+ 1 - 1
Resources/public/Admin.js

@@ -114,7 +114,7 @@ var Admin = {
 
             jQuery("input[type='checkbox']:not('label.btn>input'), input[type='radio']:not('label.btn>input')", subject).iCheck({
                 checkboxClass: 'icheckbox_square-blue',
-                radioClass: 'iradio_sqaure-blue'
+                radioClass: 'iradio_square-blue'
             });
         }
     },