Pārlūkot izejas kodu

Update index.html

Stein, Peter 11 gadi atpakaļ
vecāks
revīzija
b50155fdeb
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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);
     });
 
 });