From e1da316f251c520c03299652311ee333edd331f5 Mon Sep 17 00:00:00 2001 From: James Darling Date: Mon, 12 Sep 2011 18:55:46 +0100 Subject: [PATCH] Maybe I didn't --- templates/stop.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/stop.erb b/templates/stop.erb index f588bab..7abde0c 100644 --- a/templates/stop.erb +++ b/templates/stop.erb @@ -48,7 +48,7 @@ }, success: function(response) { $("table#indicator").replaceWith(response); - setInterval(function() { poll(); }, 15000); + setTimeout(function() { poll(); }, 15000); } }); }