MediaWiki:Common.js: Difference between revisions

An idea by Jeff Lawlor
Created on 2025-04-25
No edit summary
No edit summary
Line 5: Line 5:
document.addEventListener('DOMContentLoaded', function () {
document.addEventListener('DOMContentLoaded', function () {
   document.querySelectorAll('.infobox-tab').forEach(button => {
   document.querySelectorAll('.infobox-tab').forEach(button => {
  console.log("Found button");
     button.addEventListener('click', () => {
     button.addEventListener('click', () => {
console.log("✅  Tabab clicked!");
console.log("✅  Taba licked!");


       const tab = button.dataset.tab;
       const tab = button.dataset.tab;