미디어위키:Common.js: 두 판 사이의 차이
Resultofunion (토론 | 기여) 편집 요약 없음 |
Resultofunion (토론 | 기여) 편집 요약 없음 |
||
| 13번째 줄: | 13번째 줄: | ||
// 네임스페이스 문서인지 확인 | // 네임스페이스 문서인지 확인 | ||
if(currentUrl.includes(":")){ | if(currentUrl.includes(":")){ | ||
window.location.href = '/index.php'; | |||
} | } | ||