מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
ויקיציטוט>Ladsgroup מ (Maintenance: Replacing legacy global variable (phab:T72470)) |
(יצירת דף עם התוכן "←כל הסקריפטים הנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת דף.: var link = document.querySelector("link[rel~='icon']"); if (!link) { link = document.createElement('link'); link.rel = 'icon'; document.getElementsByTagName('head')[0].appendChild(link); } link.href = "//zitut.chabadpedia.com/images/c/c6/Logo_zitut.png?be4aa";") |
||
| שורה 1: | שורה 1: | ||
/* | /* כל הסקריפטים הנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת דף. */ | ||
var link = document.querySelector("link[rel~='icon']"); | |||
if (!link) { | |||
link = document.createElement('link'); | |||
link.rel = 'icon'; | |||
document.getElementsByTagName('head')[0].appendChild(link); | |||
} | } | ||
link.href = "//zitut.chabadpedia.com/images/c/c6/Logo_zitut.png?be4aa"; | |||
// | |||
גרסה מ־23:09, 4 ביולי 2024
/* כל הסקריפטים הנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת דף. */
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = "//zitut.chabadpedia.com/images/c/c6/Logo_zitut.png?be4aa";