מדיה ויקי:Common.js: הבדלים בין גרסאות בדף

מ תיקונים: הצהרה על משתנה, אין צורך ב־insertBefore(x, null)‎ כיוון ש־appendChild(x)‎ עדיף
מ ניסיון להוסיף לצד הכפתורים האחרים
שורה 274: שורה 274:
               }
               }
           };
           };
           document.getElementById('undelete').appendChild(unDelAll);
           undeleteForm.elements["restore"].parentNode.appendChild(unDelAll);
}
}