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() {