refresh 10 sec
This commit is contained in:
@@ -121,7 +121,7 @@ $(function() {
|
|||||||
var timer;
|
var timer;
|
||||||
|
|
||||||
function start() {
|
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() {
|
function stop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user