미디어위키:Common.js: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 태그: 되돌려진 기여 |
||
| 8번째 줄: | 8번째 줄: | ||
window.location.href = '/index.php'; | window.location.href = '/index.php'; | ||
} | } | ||
// 도구 메뉴들 숨김(사이드바); | |||
$pTb = document.getElementById('p-tb'); | |||
if($pTb) $pTb.parentElement.removeChild($pTb); | |||
// 문서의 역사롤 봅니다. (hidden 시킴) | // 문서의 역사롤 봅니다. (hidden 시킴) | ||