MediaWiki:Common.js: Difference between revisions
Appearance
m Protected "MediaWiki:Common.js" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
$(document).ready(function() { | |||
mw.popups.addPopup( 'link' ); // Customize popup for links | |||
}); | |||
Latest revision as of 11:26, 27 April 2025
$(document).ready(function() { mw.popups.addPopup( 'link' ); // Customize popup for links });