|
@@ -431,7 +431,7 @@ $(document).ready(function() {
|
|
<script>
|
|
<script>
|
|
$(document).ready(function() {
|
|
$(document).ready(function() {
|
|
$('.radio2').on('switch-change', function () {
|
|
$('.radio2').on('switch-change', function () {
|
|
- $('.radio2').bootstrapSwitch('toggleRadioGroupState');
|
|
|
|
|
|
+ $('.radio2').bootstrapSwitch('toggleRadioState');
|
|
});
|
|
});
|
|
});
|
|
});
|
|
</script></pre>
|
|
</script></pre>
|