Content deleted Content added
change alert to confirm |
No edit summary |
||
Line 23:
e.preventDefault();
var MCarts = confirm("Your articles are these, right?\n" + massCatGetArticles());
var MCcat;
if (MCarts) MCcat = confirm(`And you're adding them to ${massCatGetCat()}, right?`); if (
}
|