Skip to content

Commit

Permalink
🐛 tag btn can not click
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 19, 2017
1 parent 510708c commit ac30d2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/webapp/js/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ var Verify = {
$('.tag-desc').on( 'arrangeComplete', function () {
$('.step-btn .green, .step-btn .red').prop('disabled', false);
});
if ($('.tag-desc li').length < 2) {
$('.step-btn .green, .step-btn .red').prop('disabled', false);
}
break;
case 3:
$('.guide-tab > div:eq(2)').show();
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/js/verify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac30d2f

Please sign in to comment.