Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-01-25 18:12:13 +0800
Commit
ecb309ea2d83424b9860795e165f4ccd83655437
1 parent
27eca359
clear passpord when login unsuccess
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/passport/login.js
web-static/js/passport/login.js
View file @
ecb309e
...
...
@@ -285,7 +285,7 @@ $('#login-btn').on('click', function() {
}
}
else
{
$passwordTip
.
removeClass
(
'hide'
).
children
(
'em'
).
html
(
data
.
message
);
$password
.
addClass
(
'error'
);
$password
.
addClass
(
'error'
)
.
val
(
''
)
;
}
},
complete
:
function
()
{
...
...
Please
register
or
login
to post a comment