Skip to content

Commit b76f5ae

Browse files
authored
Update ji.html
1 parent f2d34ed commit b76f5ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jive/ji.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
out += "["+s+"]"
2323
} else if (code[p] == "[") {
2424
while (code[p] !== "]") {p++}
25-
}
26-
p++
25+
} ; p++
2726
}
2827
//output the out variable
2928
document.getElementById("o").innerHTML = out

0 commit comments

Comments
 (0)