MediaWiki:MoveEdittools.js: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
if ( $editForm.length ) { | if ( $editForm.length ) { | ||
console.log("loading"); | console.log("loading"); | ||
const $editTools = $content.find( '.mw-editTools' ); // DIV | const $editTools = $content.find( '.mw-editTools' )[0]; // DIV | ||
const $editorUi = $content.find('.wikiEditor-ui'); // DIV | const $editorUi = $content.find('.wikiEditor-ui')[0]; // DIV | ||
// $editForm.insertBefore($editTools, $editorUi); | // $editForm.insertBefore($editTools, $editorUi); | ||
} | } |