Stein, Peter před 11 roky
rodič
revize
b50155fdeb
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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);
     });
 
 });