MediaWiki:MoveEdittools.js: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
const $editTools = $content.find( '.mw-editTools' )[0]; // DIV | const $editTools = $content.find( '.mw-editTools' )[0]; // DIV | ||
const $editorUi = $content.find('.wikiEditor-ui')[0]; // DIV | const $editorUi = $content.find('.wikiEditor-ui')[0]; // DIV | ||
$ | $editorUi.before($editTools); | ||
} | } | ||
// Do things with $target | // Do things with $target |