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 817e84a commit c216368Copy full SHA for c216368
index.js
@@ -92,9 +92,9 @@ function parseStyle(string) {
92
apply.push(codes[i]);
93
}
94
else apply.push(codes[i]);
95
- if (apply.lastIndexOf("§r") > -1) apply = apply.slice( apply.lastIndexOf("§r") + 1 );
96
- tmpStr = string.substring( indices[i], indices[i + 1] );
97
- final.appendChild( applyCode(tmpStr, apply) );
+ if (apply.lastIndexOf("§r") > -1) apply = apply.slice(apply.lastIndexOf("§r") + 1);
+ tmpStr = string.substring(indices[i], indices[i + 1]);
+ final.appendChild(applyCode(tmpStr, apply));
98
99
return final;
100
0 commit comments