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

מאין תקציר עריכה
מ קישור ישיר לדף שהפך להפניה בדף אישור ההעברה
שורה 769: שורה 769:
}
}


/* קישור ישיר לדף שהפך להפניה בדף אישור ההעברה */
function EncodedMoveLink()
{
encodedLinkID = document.getElementById('encodedlink');
if (encodedLinkID != null) {
encodedLinkID.innerHTML = '(<a href="http://he.wikipedia.org/w/index.php?title=' + encodedLinkID.innerHTML + '&redirect=no" class="internal">קישור קבוע</a>)';
encodedLinkID.style.display = "inline";
}
}


/* הגדרת הפונקציות לטעינה */
/* הגדרת הפונקציות לטעינה */
addLoadEvent(tableButton);
addLoadEvent(tableButton);
addLoadEvent(EncodedMoveLink);
addLoadEvent(licenseListViewer);
addLoadEvent(licenseListViewer);
addOnloadHook(selectAllunDel);
addOnloadHook(selectAllunDel);