Content deleted Content added
No edit summary |
No edit summary |
||
Line 100:
result2 = data.query.pages[page2].revisions[0]['*'];
var newMatch = result2.match(/<!--.*/gm).toString() + '\n' + techReq;
console.log(newMatch);
result2 = result2.replace(/<!--.*/gm, newMatch);
console.log(result2);
|