MediaWiki:Monobook.js: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
(maybeh there's something special aboot that...?)
Line 214: Line 214:
if(value != "")
if(value != "")
document.getElementById("wpReason").value = value;
document.getElementById("wpReason").value = value;
}
window.onload = loadFunc;
}
}