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

편집 요약 없음
편집 요약 없음
8번째 줄: 8번째 줄:
window.location.href = '/index.php';
window.location.href = '/index.php';
}
}
var specialUrl = currentUrl.repalce("://", "");
var specialUrl = currentUrl.replace(/:\/\//g, "");
console.log(specialUrl);
console.log(specialUrl);