169.965
Bearbeitungen
KKeine Bearbeitungszusammenfassung |
K (Änderung 74365 von Karl Gruber (Diskussion) rückgängig gemacht.) |
||
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 : 1 ); | ||
// 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' ); |