Content deleted Content added
Latest from Bobblewik |
m Maintenance: Replacing addOnloadHook with native jQuery (mw:ResourceLoader/Migration_guide_(users)#addOnloadHook - phab:T130879) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 4:
function formatdates() {
document.getElementById('wpMinoredit').checked = true;
var txt = document.editform.wpTextbox1;
Line 151 ⟶ 152:
}
if(document.forms.editform) {
addLink('p-cactions', 'javascript:formatdates()', 'dates', 'ca-datefixer', 'Fixes some date formatting', '', '');
|