Content deleted Content added
make shorter so line doesn't wrap [Factotum] |
Avoid polluting global scope [Factotum] |
||
Line 7:
// update normalise function for CfD - use mw.Title() -- this will solve bugs like title input as ":foo"
(function() {
function capitalise(s) {
Line 1,657:
// Run the script when the page is ready
$(document).ready(runMassXFD);
}());
// </nowiki>
|