437
modifications
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
Ligne 914 : | Ligne 914 : | ||
mw.loader.using( 'user.options' ).then( function () { | mw.loader.using( 'user.options' ).then( function () { | ||
// This can be the string "0" if the user disabled the preference ([[phab:T54542#555387]]) | // This can be the string "0" if the user disabled the preference ([[phab:T54542#555387]]) | ||
if ( mw.user.options.get( 'usebetatoolbar' ) == | if ( mw.user.options.get( 'usebetatoolbar' ) == true ) { | ||
$.when( | $.when( | ||
mw.loader.using( 'ext.wikiEditor' ), $.ready | mw.loader.using( 'ext.wikiEditor' ), $.ready |