From 243604d6c1946f399717e902ed7dba42e3917127 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 12:28:32 +0900 Subject: [PATCH] =?UTF-8?q?30=EC=B4=88=EB=A7=88=EB=8B=A4=20=EB=A9=94?= =?UTF-8?q?=EC=8B=9C=EC=A7=80=20=ED=8F=B4=EB=A7=81!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwe/index.php b/hwe/index.php index 04e8f270..fd49d6a0 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -74,6 +74,10 @@ $(function(){ reloadWorldMap({ hrefTemplate:'b_currentCity.php?citylist={0}' }); + + setInterval(function(){ + refreshMsg(); + }, 30000); });