We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9a287 commit 3674b60Copy full SHA for 3674b60
true/ti.html
@@ -4,7 +4,7 @@
4
if (put){
5
while (put.length>p){
6
if (put[p+1]=="c"){
7
- p++; while (put.length>p){ pusch.push(put[p]) ; p++ }
+ p+=3; while (put.length>p){ pusch.push(put[p]) ; p++ }
8
}
9
10
0 commit comments