|
@@ -913,7 +913,7 @@ function checkbox()
|
|
|
|
|
|
if(next.length)
|
|
|
{
|
|
|
- //next.attr('disabled', false);
|
|
|
+ next.attr('disabled', false);
|
|
|
}
|
|
|
}
|
|
|
else
|
|
@@ -940,7 +940,7 @@ function checkbox()
|
|
|
|
|
|
if(next.length)
|
|
|
{
|
|
|
- //next.attr('disabled', true);
|
|
|
+ next.attr('disabled', true);
|
|
|
}
|
|
|
}
|
|
|
})
|