페이지당 갱신 시간을 10초에서 5초로 변경
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ $(function(){
|
|||||||
|
|
||||||
setInterval(function(){
|
setInterval(function(){
|
||||||
refreshMsg();
|
refreshMsg();
|
||||||
}, 10000);
|
}, 5000);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<?=WebUtil::printCSS('../e_lib/bootstrap.min.css')?>
|
<?=WebUtil::printCSS('../e_lib/bootstrap.min.css')?>
|
||||||
|
|||||||
Reference in New Issue
Block a user