페이지당 갱신 시간을 10초에서 5초로 변경

This commit is contained in:
2019-04-07 20:58:19 +09:00
parent 85eadd5856
commit 793df087ae
+1 -1
View File
@@ -107,7 +107,7 @@ $(function(){
setInterval(function(){
refreshMsg();
}, 10000);
}, 5000);
});
</script>
<?=WebUtil::printCSS('../e_lib/bootstrap.min.css')?>