MediaWiki:Vector.js: Difference between revisions

From QME Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
Tags: Replaced Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All JavaScript here will be loaded for users of the Vector skin */
/* All JavaScript here will be loaded for users of the Vector skin */
/* Use this for hooking into wiki pages with ep infobox for uppercase */
document.addEventListener('DOMContentLoaded', function() {
  if (document.querySelector('.infobox')) {
    document.body.classList.add('has-infobox');
  }
});

Latest revision as of 16:22, 7 August 2025

/* All JavaScript here will be loaded for users of the Vector skin */
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.