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; }