מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
יוסף בן מלמד (שיחה | תרומות) אין תקציר עריכה |
יוסף בן מלמד (שיחה | תרומות) אין תקציר עריכה |
||
| שורה 8: | שורה 8: | ||
document.getElementsByTagName('head')[0].appendChild(link); | document.getElementsByTagName('head')[0].appendChild(link); | ||
} | } | ||
link.href = ' | link.href = '//text.chabadpedia.com/index.php/%D7%A7%D7%95%D7%91%D7%A5:Logo.png'; | ||
גרסה מ־23:47, 26 ביוני 2024
/* כל הסקריפטים הנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת דף. */
/* Any JavaScript here will be loaded for all users on every page load. */
// favicon
var link = document.querySelector("link[rel~='icon']");
if (!link) {
link = document.createElement('link');
link.rel = 'icon';
document.getElementsByTagName('head')[0].appendChild(link);
}
link.href = '//text.chabadpedia.com/index.php/%D7%A7%D7%95%D7%91%D7%A5:Logo.png';