미디어위키:Common.js: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
13번째 줄: 13번째 줄:
// 네임스페이스 문서인지 확인
// 네임스페이스 문서인지 확인
if(currentUrl.includes(":")){
if(currentUrl.includes(":")){
console.log("접근불가");
window.location.href = '/index.php';
}
}