|
@@ -1729,7 +1729,7 @@ function checkbox()
|
|
|
if (state == 2) {
|
|
|
|
|
|
} else if (!$('#' + id).length) {
|
|
|
- self.parent().append('<input type="hidden" value="0" id="'+id+'" name="'+id+'" />');
|
|
|
+
|
|
|
}
|
|
|
} else {
|
|
|
|
|
@@ -1894,7 +1894,7 @@ function checkbox()
|
|
|
if (state == 2) {
|
|
|
|
|
|
} else if (!$('#' + id).length) {
|
|
|
- self.parent().append('<input type="hidden" value="0" id="'+id+'" name="'+hidden+'" />');
|
|
|
+
|
|
|
}
|
|
|
} else {
|
|
|
|