MediaWiki:Common.js: Difference between revisions

From Bhikitia Pro, An open encyclopedia
Blanked the page
Tag: Blanking
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);
});