mirror of
https://github.com/beautifier/js-beautify.git
synced 2025-02-18 20:28:59 +00:00
Reword the myobfuscate warning
This commit is contained in:
parent
eac34c524e
commit
d68ad628fd
@ -50,8 +50,9 @@ var MyObfuscate = {
|
||||
unpacked_source = unescaped;
|
||||
}
|
||||
}
|
||||
return unpacked_source ? "// Do not use myobfuscate.com for your projects:\n" +
|
||||
"// they call back home when you use them. Einar\n//\n" + unpacked_source : str;
|
||||
return unpacked_source ? "// Unpacker warning: be careful when using myobfuscate.com for your projects:\n" +
|
||||
"// scripts obfuscated by the free online version call back home.\n" +
|
||||
"\n//\n" + unpacked_source : str;
|
||||
}
|
||||
return str;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user