מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
הסרת סוגריים מיותרות ומבלבלות |
תוקן בתוכנה |
||
| שורה 30: | שורה 30: | ||
var centralNoticeClass = getElementsByClassName(document, 'table', 'notice-wrapper-boardvote-voting'); | var centralNoticeClass = getElementsByClassName(document, 'table', 'notice-wrapper-boardvote-voting'); | ||
if (centralNoticeClass && centralNoticeClass[0] ) centralNoticeClass[0].style.display = 'none'; | if (centralNoticeClass && centralNoticeClass[0] ) centralNoticeClass[0].style.display = 'none'; | ||
} | } | ||