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

This commit is contained in:
2018-11-30 02:05:33 +09:00
parent dc374df350
commit 73cd675dc9
+1 -1
View File
@@ -105,7 +105,7 @@ $(function(){
setInterval(function(){
refreshMsg();
}, 10000);
}, 5000);
});
</script>
<?=WebUtil::printCSS('../e_lib/bootstrap.min.css')?>