437
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 84 : | Ligne 84 : | ||
// Customisation du Wikicode | // Customisation du Wikicode | ||
var customizeToolbar = function () { | var customizeToolbar = function () { | ||
alert ('on passe par customizeToolbar'); | |||
/* début code boutons */ | /* début code boutons */ | ||
$('#wpTextbox1').wikiEditor('addToToolbar', { | $('#wpTextbox1').wikiEditor('addToToolbar', { | ||
Ligne 916 : | Ligne 917 : | ||
// 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' ) == 1 ) { | if ( mw.user.options.get( 'usebetatoolbar' ) == 1 ) { | ||
$.when( | $.when( | ||
mw.loader.using( 'ext.wikiEditor' ), $.ready | mw.loader.using( 'ext.wikiEditor' ), $.ready |