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