httpsRedirect 주석해제
This commit is contained in:
parent
ec9365e28a
commit
5e345ca074
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
// http => https 로 이동
|
// http => https 로 이동
|
||||||
//httpsRedirect();
|
httpsRedirect();
|
||||||
|
|
||||||
// 슬라이드 이미지 변경
|
// 슬라이드 이미지 변경
|
||||||
//setMainSlideImgChange();
|
//setMainSlideImgChange();
|
||||||
@ -339,7 +339,7 @@ function httpsRedirect() {
|
|||||||
//실서버일 경우
|
//실서버일 경우
|
||||||
//https가 없는경우
|
//https가 없는경우
|
||||||
if(url.indexOf('https://') == -1 && url.indexOf('dev.munjaon.co.kr') == -1 && url.indexOf('cs.munjaon.co.kr') == -1) {
|
if(url.indexOf('https://') == -1 && url.indexOf('dev.munjaon.co.kr') == -1 && url.indexOf('cs.munjaon.co.kr') == -1) {
|
||||||
//document.location.href = "https://www.munjaon.co.kr/web/main/mainPage.do";
|
document.location.href = "https://www.munjaon.co.kr/web/main/mainPage.do";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user