Explorar o código

Update index.html

Stein, Peter %!s(int64=11) %!d(string=hai) anos
pai
achega
b50155fdeb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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);
     });
 
 });