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