19,809
edits
(testing for mw.toolbar) |
(it should already be loaded, so let's try this) |
||
| Line 175: | Line 175: | ||
} ); | } ); | ||
} else { | } else { | ||
if (mw.toolbar) { | |||
// Use the old edit toolbar | // Use the old edit toolbar | ||
// Add the MediaWiki standard buttons into the available buttons | // Add the MediaWiki standard buttons into the available buttons | ||
| Line 205: | Line 203: | ||
// Remove the default buttons (if requested by the user) | // Remove the default buttons (if requested by the user) | ||
//eraseButtons(); | //eraseButtons(); | ||
}); | } | ||
} else { | |||
alert("mw.toolbar was not loaded in time for the custom editing toolbar."); | |||
} | } | ||
} ); | } ); | ||