Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-12-29 18:10:23 +0800
Commit
199f562682971f7c3700b6427843e2b20b391cee
1 parent
25c18105
add fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/plugins/captcha.js
public/js/plugins/captcha.js
View file @
199f562
...
...
@@ -187,7 +187,7 @@ Captcha.prototype = {
result
.
push
(
val
%
4
);
});
if
(
this
.
$_____trojanYohobuy
.
val
())
{
if
(
this
.
$_____trojanYohobuy
&&
this
.
$_____trojanYohobuy
.
val
())
{
result
=
[];
result
.
push
(
this
.
$_____trojanYohobuy
.
val
());
}
...
...
Please
register
or
login
to post a comment