From 9efb83323af1d773afd70f2fe2511acd737dedcb Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 31 Jan 2018 15:38:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=20=EB=8F=84=EC=8B=9C=20=EA=B0=95?= =?UTF-8?q?=EC=A1=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmp_map/map.css | 1 - tmp_map/map.js | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tmp_map/map.css b/tmp_map/map.css index 1dd280bb..dda721a7 100644 --- a/tmp_map/map.css +++ b/tmp_map/map.css @@ -101,7 +101,6 @@ } .world_map .my_city{ - border:solid 0.02em red;/* Always 1px :) */ outline:dotted 3px red; } diff --git a/tmp_map/map.js b/tmp_map/map.js index 4d649cf4..6d12ce52 100644 --- a/tmp_map/map.js +++ b/tmp_map/map.js @@ -250,6 +250,8 @@ function reloadWorldMap(isDetailMap, clickableAll, selectCallback, hrefTemplate) }); + + $world_map.find('.city_base_{0} .city_img'.format(myCity)).addClass('my_city'); return obj; }