From cdd1b094b27960595a8750247c5b2f2576cd5872 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 19 Aug 2011 11:58:25 +0100 Subject: rejigged JS reloading of alerts table. --- views/alerts.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/alerts.haml b/views/alerts.haml index 3018d6c..8968249 100644 --- a/views/alerts.haml +++ b/views/alerts.haml @@ -8,5 +8,5 @@ %p No alerts to display. :javascript // Do the magic updates.. - setInterval("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000) + setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 30000) -- cgit v1.2.1