מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
מ בסוף |
מ נו באמת |
||
| שורה 45: | שורה 45: | ||
function fixNotice() { | function fixNotice() { | ||
if (wgUserName == null) { | if (wgUserName == null) { | ||
siteNotice = document.getElementById('siteNotice'); | var siteNotice = document.getElementById('siteNotice'); | ||
if (siteNotice) { | if (siteNotice) { | ||
siteNotice.style.display = 'none'; | siteNotice.style.display = 'none'; | ||