מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
יוסף בן מלמד (שיחה | תרומות) (יצירת דף עם התוכן "←כל הסקריפטים הנכתבים כאן ייטענו עבור כל המשתמשים בכל טעינת דף.: ←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 = '//chabadpedia.co.il/images/e/e6/%D7%A1%D7...") |
יוסף בן מלמד (שיחה | תרומות) אין תקציר עריכה |
||
| שורה 8: | שורה 8: | ||
document.getElementsByTagName('head')[0].appendChild(link); | document.getElementsByTagName('head')[0].appendChild(link); | ||
} | } | ||
link.href = '//chabadpedia. | link.href = '//https://text.chabadpedia.com/index.php/%D7%A7%D7%95%D7%91%D7%A5:Logo.png'; | ||
גרסה מ־23:46, 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 = '//https://text.chabadpedia.com/index.php/%D7%A7%D7%95%D7%91%D7%A5:Logo.png';