Skip to content

Commit

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

0 comments on commit 8ef80c3

Please sign in to comment.