소스 검색

Update index.html

Stein, Peter 11 년 전
부모
커밋
b50155fdeb
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      examples/index.html

+ 1 - 2
examples/index.html

@@ -834,8 +834,7 @@ $(document).ready(function() {
         $('.radio1').bootstrapSwitch('toggleRadioState');
     });
     $('.radio2').on('switch-change', function () {
-        $('.radio2')
-                .bootstrapSwitch('toggleRadioStateAllowUncheck', true);
+        $('.radio2').bootstrapSwitch('toggleRadioStateAllowUncheck', true);
     });
 
 });