User:JJPMaster/Scripts/masscat.js: Difference between revisions

Content deleted Content added
hopefully this works
obj --> func
Line 22:
function massCatPrepare(e) {
alert("Your articles are these, right?\n" + massCatGetArticles());
alert(`And you're adding them to ${massCatGetCat()}, right?`);
e.preventDefault();
}