MediaWiki:MoveEdittools.js: Difference between revisions
Created page with "→* * @description: Move Edittools direct below the edit field. * @author: [[User:Perhelion]] ([[mw:MediaWiki_talk:Edittools#Move_Edittools_just_below_the_edit_window_or_summary]]) * 13:04, 21 May 2018 (UTC) *: $(function () { if (/^(edit|submit)$/.test(mw.config.get('wgAction'))) { var eForm = document.getElementById('editform'); if (!eForm) return; var eTools = eForm.getElementsByClassName('mw-editTools')[0]; // DIV var eOptions = eForm.getElementsByClassName('edi..." |
No edit summary |
||
| Line 6: | Line 6: | ||
$(function () { | $(function () { | ||
if (/^(edit|submit)$/.test(mw.config.get('wgAction'))) { | if (/^(edit|submit)$/.test(mw.config.get('wgAction'))) { | ||
console.log("loading"); | |||
var eForm = document.getElementById('editform'); | var eForm = document.getElementById('editform'); | ||
if (!eForm) return; | if (!eForm) return; | ||