From cb2124c6a6f3a5d816e2276d0416f625d27de7a6 Mon Sep 17 00:00:00 2001 From: Phyo Date: Mon, 26 Jun 2017 12:57:36 +0630 Subject: [PATCH] refresh 10 sec --- app/views/origami/home/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/origami/home/index.html.erb b/app/views/origami/home/index.html.erb index 08f53998..e28717e3 100644 --- a/app/views/origami/home/index.html.erb +++ b/app/views/origami/home/index.html.erb @@ -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() {