MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
       textinput.value = 'OK';
       textinput.value = 'OK';
$('#mw-beastx-pitchcalc').html('Done');
$('#mw-beastx-pitchcalc').html('Done');
document.getElementById("mw-bllength").defaultValue = "Goofy";
document.getElementById("mw-bllength").value = "Paul";
}
}
};
};