User:Euphoria/common.js: Difference between revisions

From Test Wiki
Content deleted Content added
modified script
The creatorInfo is now prepended to the $('#content') element.
Line 62: Line 62:
});
});


$('#firstHeading').append(creatorInfo); // Add the creator info below the title
$('#content').prepend(creatorInfo); // Add the creator info below the title bar
}
}