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