내 도시 강조 추가

This commit is contained in:
2018-01-31 15:38:06 +09:00
parent 54c7bf3a04
commit 9efb83323a
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -101,7 +101,6 @@
}
.world_map .my_city{
border:solid 0.02em red;/* Always 1px :) */
outline:dotted 3px red;
}
+2
View File
@@ -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;
}