Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 32:
.done(text =>
{
this.inserts = text.replace(/\\\n/g, "").split("\n");
if(this.DEBUG) console.log("Finished loading user settings." + this.inserts);
|