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;
|
||||
function charIterate(input) {
|
||||
if (charIterateState == undefined) {
|
||||
charIterateState = 0;
|
||||
}
|
||||
if (charIterateState < input.length) {
|
||||
charIterateState++;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user