From cda221da1ab771d61df50c732cecea7e65cfd70e Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Wed, 16 Sep 2015 22:55:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B2=84=20=EC=A7=80?= =?UTF-8?q?=EB=8F=84=20HTTPS=20=EC=A0=91=EC=86=8D=20=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 자바스크립트는 HTTPS 접속 지원하기 시작했음.. (공지도 없이..) 지도 타일 이미지는 아직 HTTP 접속으로 나오고 있는 상태. --- map_components.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map_components.class.php b/map_components.class.php index f4731ba..f655b19 100644 --- a/map_components.class.php +++ b/map_components.class.php @@ -228,7 +228,7 @@ function getPopupContent() { $this->map_comp_lat = 37.57; $this->map_comp_lng = 126.98; - $map_comp_header_script = ''; + $map_comp_header_script = ''; $map_comp_header_script .= ''."\n"; + $header_script .= ''."\n"; } else {