From 70e226c6d5d6fd65ad24821974606e64c3a8c330 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 31 Jan 2018 03:32:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EB=A7=B5=20=EB=94=94=EB=B2=84?= =?UTF-8?q?=EA=B9=85=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmp_map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmp_map/map.js b/tmp_map/map.js index fb7cd447..11aebb33 100644 --- a/tmp_map/map.js +++ b/tmp_map/map.js @@ -336,7 +336,7 @@ $(function(){ var clickableAll = false; function tmp(a){ - console.log(a); + console.log(a.name); return false; } reloadWorldMap(isDetailMap, clickableAll, tmp, 'goCity.php?id={0}');