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 94d7abc commit 285f0acCopy full SHA for 285f0ac
MinecraftColorCodes.3.7.js
@@ -58,7 +58,7 @@ function obfuscate(string, elem) {
58
}
59
60
function applyCode(string, codes) {
61
- var len = codes.length
+ var len = codes.length;
62
var elem = document.createElement('span'),
63
obfuscated = false;
64
for(var i = 0; i < len; i++) {
0 commit comments