MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:
window.location.href = '/index.php';
window.location.href = '/index.php';
}
}
    // 도구 메뉴들 숨김(사이드바);
    $pTb = document.getElementById('p-tb');
    if ($pTb) $pTb.parentElement.removeChild($pTb);
// 문서의 역사롤 봅니다. (hidden 시킴)
// 문서의 역사롤 봅니다. (hidden 시킴)