Kaynağa Gözat

Update index.html

Stein, Peter 11 yıl önce
ebeveyn
işleme
b50155fdeb
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      examples/index.html

+ 1 - 2
examples/index.html

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