Showing
1 changed file
with
1 additions
and
0 deletions
@@ -198,6 +198,7 @@ function checkAllForm() { | @@ -198,6 +198,7 @@ function checkAllForm() { | ||
198 | }); | 198 | }); |
199 | 199 | ||
200 | if (arr.indexOf(false) >= 0) { | 200 | if (arr.indexOf(false) >= 0) { |
201 | + canFlag = true; | ||
201 | return false; | 202 | return false; |
202 | } else { | 203 | } else { |
203 | return true; | 204 | return true; |
-
Please register or login to post a comment