연감에서도 비교적 빠르게 동작하도록 설정

This commit is contained in:
2018-07-19 01:31:13 +09:00
parent c50642dd95
commit 3de6687f4e
2 changed files with 49 additions and 25 deletions
+3 -1
View File
@@ -173,7 +173,9 @@ reloadWorldMap({
targetJson:'j_map_history.php?year=<?=$year?>&month=<?=$month?>&serverID=<?=$serverID?>',
showMe:false,
neutralView:true,
useCachedMap:false
useCachedMap:false,
year:<?=$year?>,
month:<?=$month?>,
});
</script>
</body>