User:Js/urldecoder.js: Difference between revisions

Content deleted Content added
m use ext.wikiEditor
Maintenance: mw:RL/MGU - Updated deprecated module name
 
Line 12:
}
 
mw.loader.using( [ 'user.options', 'jquery.textSelection', 'jquerymediawiki.accessKeyLabelutil' ], function () {
/* Check if view is in edit mode and that the required modules are available. Then, customize the toolbar . . . */
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) !== -1 ) {