Content deleted Content added
move to onload section |
hopefully this works |
||
Line 14:
}
return ret;
}
function massCatGetCat() {
}
function massCatPrepare(e) {
alert("Your articles are these, right?\n" + massCatGetArticles());
alert(`And you're adding them to ${
e.preventDefault();
}
$(function() {
▲ var category = document.getElementById("wpMassCatName").value;
if(mw.config.get("wgPageName").toLowerCase() == "special:masscat") {
document.getElementById("firstHeading").innerText = "Mass categorizer";
|