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