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 | ||
$editForm.insertBefore($editTools, $editorUi); | |||
} | } | ||
// Do things with $target | // Do things with $target |