refresh 10 sec

This commit is contained in:
Phyo
2017-06-26 12:57:36 +06:30
parent a05fc0f646
commit cb2124c6a6

View File

@@ -121,7 +121,7 @@ $(function() {
var timer;
function start() {
timer = setTimeout(function() { console.log("refresh");window.location.reload()}, 30000); //10000
timer = setTimeout(function() { console.log("refresh");window.location.reload()}, 10000); //10000
};
function stop() {