Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
893690ec1d
@ -215,7 +215,7 @@ function charIterate(input) {
|
||||
if (charIterateState == undefined) {
|
||||
charIterateState = 0;
|
||||
}
|
||||
if (charIterateState <= input.length) {
|
||||
if (charIterateState < (input.length + 1)) {
|
||||
charIterateState++;
|
||||
} else {
|
||||
charIterateState = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user