MediaWiki:Timeless.js: Difference between revisions

From AlternateWiki
Content deleted Content added
Created page with "→‎All JavaScript here will be loaded for users of the Timeless skin: document.querySelectorAll('.extiw').forEach(el => el.classList.remove('extiw'));"
 
No edit summary
Line 1: Line 1:
/* All JavaScript here will be loaded for users of the Timeless skin */
/* All JavaScript here will be loaded for users of the Timeless skin */
document.querySelectorAll('.extiw').forEach(el => el.classList.remove('extiw'));
document.querySelectorAll('.extiw').forEach(el => el.classList.remove('extiw'));
console.log("TEST TEST")

Revision as of 15:43, 10 July 2024

/* All JavaScript here will be loaded for users of the Timeless skin */
document.querySelectorAll('.extiw').forEach(el => el.classList.remove('extiw'));
console.log("TEST TEST")