169.965
Bearbeitungen
K (Änderungen von Karl Gruber (Diskussion) wurden auf die letzte Version von AleXXw zurückgesetzt) |
KKeine Bearbeitungszusammenfassung |
||
Zeile 14: | Zeile 14: | ||
// allow setting NavigationBarShowDefault | // allow setting NavigationBarShowDefault | ||
var showDefaultCount = mw.user.options.get( 'NavigationBarShowDefault', | var showDefaultCount = mw.user.options.get( 'NavigationBarShowDefault', | ||
typeof NavigationBarShowDefault !== 'undefined' ? NavigationBarShowDefault : | typeof NavigationBarShowDefault !== 'undefined' ? NavigationBarShowDefault : 0 ); | ||
// allow user overrides for b/c | // allow user overrides for b/c | ||
var textHide = typeof NavigationBarHide === 'string' ? NavigationBarHide : mw.msg( 'collapsible-collapse' ); | var textHide = typeof NavigationBarHide === 'string' ? NavigationBarHide : mw.msg( 'collapsible-collapse' ); |