Sitanuns:Common.js: Difference between revisions

Content deleted Content added
Malafaya (bespikkeblünots)
mw.loader.load( 'mediawiki.toolbar' ); →‎Load the insertTags legacy stub
Malafaya (bespikkeblünots)
No edit summary
 
Lien 6:
var specialchars = document.getElementById("specialchars");
if (specialchars) {
mw.loader.load( 'mediawiki.toolbar' ); /* Load the insertTags legacy stub */
var menu = "<select id=\"charSubsetControl\" style=\"display:inline\" onChange=\"chooseCharSubset(selectedIndex)\">";
menu += "<option>Bosnänapük</option>";
Line 95 ⟶ 94:
}
/* do any Wiktionary-specific customizations */
// Menü-Einfügung
function customizeWiktionary() {
mw.loader.load( 'mediawiki.toolbar' ); /* Load the insertTags legacy stub */
addCharSubsetMenu();
}
hookEvent$("load", customizeWiktionary );
 
 
// ============================================================