מדיה ויקי: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.co.il/images/e/e6/%D7%A1%D7%9E%D7%9C_%D7%97%D7%91%D7%93%D7%A4%D7%93%D7%99%D7%94.png';
link.href = '//https://text.chabadpedia.com/index.php/%D7%A7%D7%95%D7%91%D7%A5:Logo.png';