forked from devsam/core
30초마다 메시지 폴링!
This commit is contained in:
@@ -74,6 +74,10 @@ $(function(){
|
||||
reloadWorldMap({
|
||||
hrefTemplate:'b_currentCity.php?citylist={0}'
|
||||
});
|
||||
|
||||
setInterval(function(){
|
||||
refreshMsg();
|
||||
}, 30000);
|
||||
});
|
||||
</script>
|
||||
<link href="css/normalize.css" rel="stylesheet">
|
||||
|
||||
Reference in New Issue
Block a user