MediaWiki:Common.js: Difference between revisions

An idea by Jeff Lawlor
Created on 2025-04-25
No edit summary
Tags: Mobile edit Mobile web edit
mNo edit summary
Line 1: Line 1:
console.log("✅ MediaWiki:Common.js loaded");
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */


debugger;
$('.infobox-tab').click(function(e) {
$('.infobox-tab').click(function(e) {
var tab = $(e.target).attr('data-tab');
var tab = $(e.target).attr('data-tab');