浏览代码

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);
     });
 
 });