Merge branch 'feature/captcha' into gray
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -187,7 +187,7 @@ Captcha.prototype = { | @@ -187,7 +187,7 @@ Captcha.prototype = { | ||
187 | result.push(val % 4); | 187 | result.push(val % 4); |
188 | }); | 188 | }); |
189 | 189 | ||
190 | - if (this.$_____trojanYohobuy.val()) { | 190 | + if (this.$_____trojanYohobuy && this.$_____trojanYohobuy.val()) { |
191 | result = []; | 191 | result = []; |
192 | result.push(this.$_____trojanYohobuy.val()); | 192 | result.push(this.$_____trojanYohobuy.val()); |
193 | } | 193 | } |
-
Please register or login to post a comment