MediaWiki:Common.js: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* 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'); | ||