Skip to content

Commit

Permalink
Fixed issue: subquestion code got cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfluer committed Jul 28, 2016
1 parent de0b016 commit 571ab0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/admin/answers.js
Expand Up @@ -758,6 +758,7 @@ function quickaddlabels(scale_id, addOrReplace, table_id)
}
else
{
codesigil.push(currentCharacter);
$numeric = false; // At first non numeric character found, the loop is stoped
}
}
Expand Down
1 change: 1 addition & 0 deletions scripts/admin/subquestions.js
Expand Up @@ -857,6 +857,7 @@ function quickaddlabels(scale_id, addOrReplace, table_id)
}
else
{
codesigil.push(currentCharacter);
$numeric = false; // At first non numeric character found, the loop is stoped
}
}
Expand Down

0 comments on commit 571ab0a

Please sign in to comment.