Authored by htoooth

Merge branch 'feature/captcha' into gray

@@ -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 }