MediaWiki:Common.js: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) |
Cdjensen94 (talk | contribs) |
||
| Line 4: | Line 4: | ||
document.head.appendChild(script); | document.head.appendChild(script); | ||
}); | }); | ||
/* | |||
mw.hook('ext.popups').add(function() { | mw.hook('ext.popups').add(function() { | ||
$('.mwe-popups-extract .portable-infobox').each(function() { | $('.mwe-popups-extract .portable-infobox').each(function() { | ||
| Line 18: | Line 19: | ||
}); | }); | ||
}); | }); | ||
*/ | |||