Jump to content

MediaWiki:Common.js: Difference between revisions

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:
     });
     });
});
});
*/