MediaWiki:Common.js: Difference between revisions
Bhikitia Pro (talk | contribs) Blanked the page Tag: Blanking |
Bhikitia Pro (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
$(document).ready(function () { | |||
var footerAd = ` | |||
{{MediaWiki:MP AD}} | |||
`; | |||
$('#footer').prepend(footerAd); | |||
}); | |||
Revision as of 21:35, 6 August 2025
$(document).ready(function () {
var footerAd = `
{{MediaWiki:MP AD}}
`;
$('#footer').prepend(footerAd);
});