전체 메시지 안 보내지던 것 수정

10초마다 메시지
This commit is contained in:
2018-04-21 13:06:10 +09:00
parent 243604d6c1
commit 481494a885
4 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ $(function(){
setInterval(function(){
refreshMsg();
}, 30000);
}, 10000);
});
</script>
<link href="css/normalize.css" rel="stylesheet">