User:Guywan/Scripts/InsertShortcuts.js: Difference between revisions

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