מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מ בינתיים. הממ.. אולי זה עוד לא עלה? |
||
| שורה 605: | שורה 605: | ||
document.write('<style type="text/css">/*<![CDATA[*/ #siteSub, #contentSub, h1.firstHeading { display: none !important; } /*]]>*/</style>'); | document.write('<style type="text/css">/*<![CDATA[*/ #siteSub, #contentSub, h1.firstHeading { display: none !important; } /*]]>*/</style>'); | ||
var Lastmodified = document.getElementById('Lastmodified'); | var Lastmodified = document.getElementById('Lastmodified'); | ||
Lastmodified.innerHTML = "דף זה מעודכן אוטומטית מידי יום"; | if (Lastmodified != null) Lastmodified.innerHTML = "דף זה מעודכן אוטומטית מידי יום"; | ||
} | } | ||