Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-07-15 09:54:28 +0800
Commit
a800ff812bde839b0ac4a150f121caf1ac520d83
1 parent
a9348cad
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/passport/back/verification.js
public/js/passport/back/verification.js
View file @
a800ff8
...
...
@@ -94,7 +94,7 @@ $smsCaptchaInput.on('blur', function() {
});
function
init
()
{
$smsCaptchaCtrl
.
addClass
(
"disable"
);
$smsCaptchaCtrl
.
addClass
(
'disable'
);
disableSMSBtn
();
}
...
...
Please
register
or
login
to post a comment