We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d0decd + d512594 commit 560216bCopy full SHA for 560216b
app/javascript/custom/papers.js
@@ -4,7 +4,7 @@ var authorCheck, setPaperSize;
4
authorCheck = function() {
5
var checkBoxCount;
6
checkBoxCount = $(".pre-check:checked").length;
7
- if (checkBoxCount === 3) {
+ if (checkBoxCount === 2) {
8
$("#author-submit").removeClass('disabled');
9
$("#author-submit").prop('disabled', false);
10
} else {
0 commit comments